diff --git a/pages/common/git-commit.md b/pages/common/git-commit.md index 34bf10b449..4bf129dd81 100644 --- a/pages/common/git-commit.md +++ b/pages/common/git-commit.md @@ -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`