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:
parent
2fa0b60933
commit
c483f0dfda
@ -846,7 +846,7 @@ On OS X and Linux, your git configuration file is stored in ```~/.gitconfig```.
|
|||||||
```vim
|
```vim
|
||||||
[aliases]
|
[aliases]
|
||||||
a = add
|
a = add
|
||||||
amend = --amend
|
amend = commit --amend
|
||||||
c = commit
|
c = commit
|
||||||
ca = commit --amend
|
ca = commit --amend
|
||||||
ci = commit -a
|
ci = commit -a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user