diff --git a/readme.md b/readme.md index 9bac85c..bc1caf8 100644 --- a/readme.md +++ b/readme.md @@ -220,11 +220,11 @@ in case you want to apply a specific Stash item (not the most recent one), you c >git commit --amend -m "New commit message" -replace the message of the last commit without altering the snapshot +replace the last commit >git commit --amend --no-edit -replace the latest commit with a commit that includes recents git add +replace the last commit without changing the commit message >git rebase -i {branch}