mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-31 13:35:30 +02:00
Changing comment to message
To better match with description
This commit is contained in:
parent
b7d0680fb3
commit
9eb1e4f686
1 changed files with 2 additions and 2 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue