From 9eb1e4f686cf6d409bc38156a8aad2ed44cc7d8f Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Fri, 15 Dec 2017 09:37:29 +0530 Subject: [PATCH] Changing comment to message To better match with description --- pages/common/git-commit.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/git-commit.md b/pages/common/git-commit.md index 7f67036ff..34bf10b44 100644 --- a/pages/common/git-commit.md +++ b/pages/common/git-commit.md @@ -2,7 +2,7 @@ > Commit files to the repository. -- Commit staged files to the repository with comment: +- Commit staged files to the repository with a message: `git commit -m {{message}}` @@ -10,6 +10,6 @@ `git commit --amend` -- Auto stage all modified files and commit with comment: +- Auto stage all modified files and commit with a message: `git commit -a -m {{message}}`