Skip to content

Commit

Permalink
Removed extra 'have'.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwildig committed Oct 30, 2010
1 parent bfead6c commit e379e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/02-git-basics/01-chapter2.markdown
Expand Up @@ -683,7 +683,7 @@ One of the common undos takes place when you commit too early and possibly forge

$ git commit --amend

This command takes your staging area and uses it for the commit. If you’ve have made no changes since your last commit (for instance, you run this command immediately after your previous commit), then your snapshot will look exactly the same and all you’ll change is your commit message.
This command takes your staging area and uses it for the commit. If you’ve made no changes since your last commit (for instance, you run this command immediately after your previous commit), then your snapshot will look exactly the same and all you’ll change is your commit message.

The same commit-message editor fires up, but it already contains the message of your previous commit. You can edit the message the same as always, but it overwrites your previous commit.

Expand Down

0 comments on commit e379e7c

Please sign in to comment.