Skip to content

Commit

Permalink
Fix the "amend" alias
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilk committed Nov 12, 2016
1 parent 2fa0b60 commit c483f0d
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 c483f0d

Please sign in to comment.