Browse Source

git-commit: clarify amend example (#4703)

André Almeida 4 years ago
parent
commit
1d71ae134e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/common/git-commit.md

+ 1 - 1
pages/common/git-commit.md

@@ -11,7 +11,7 @@
 
 `git commit -a -m {{message}}`
 
-- Replace the last commit with currently staged changes:
+- Update the last commit by adding the currently staged changes, changing the commit's hash:
 
 `git commit --amend`