mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-30 17:33:50 +08:00
git-commit: reorder commands (#2260)
This commit is contained in:
@@ -6,10 +6,10 @@
|
||||
|
||||
`git commit -m {{message}}`
|
||||
|
||||
- Replace the last commit with currently staged changes:
|
||||
|
||||
`git commit --amend`
|
||||
|
||||
- Auto stage all modified files and commit with a message:
|
||||
|
||||
`git commit -a -m {{message}}`
|
||||
|
||||
- Replace the last commit with currently staged changes:
|
||||
|
||||
`git commit --amend`
|
||||
|
||||
Reference in New Issue
Block a user