git-commit: quote message argument (#5477)

This commit is contained in:
Tan A
2021-03-19 15:26:51 +03:00
committed by GitHub
parent 8171d861d9
commit d526739418
7 changed files with 14 additions and 14 deletions

View File

@@ -5,11 +5,11 @@
- Commit staged files to the repository with a message:
`git commit -m {{message}}`
`git commit -m "{{message}}"`
- Auto stage all modified files and commit with a message:
`git commit -a -m {{message}}`
`git commit -a -m "{{message}}"`
- Update the last commit by adding the currently staged changes, changing the commit's hash: