Skip to content

Commit

Permalink
Merge pull request k88hudson#100 from jwilk/alias-amend
Browse files Browse the repository at this point in the history
Fix the "amend" alias
  • Loading branch information
RichardLitt authored Nov 13, 2016
2 parents 2fa0b60 + c483f0d commit e1d3f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ On OS X and Linux, your git configuration file is stored in ```~/.gitconfig```.
```vim
[aliases]
a = add
amend = --amend
amend = commit --amend
c = commit
ca = commit --amend
ci = commit -a
Expand Down

0 comments on commit e1d3f10

Please sign in to comment.