Преглед на файлове

Changing comment to message

To better match with description
Agniva De Sarker преди 7 години
родител
ревизия
9eb1e4f686
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      pages/common/git-commit.md

+ 2 - 2
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}}`