1
0
mirror of https://github.com/k88hudson/git-flight-rules.git synced 2025-03-10 12:48:43 -03:00

Fix the "amend" alias

This commit is contained in:
Jakub Wilk 2016-11-12 16:11:50 +01:00
parent 2fa0b60933
commit c483f0dfda

View File

@ -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