Add git alias 'git cia'
This commit is contained in:
parent
20843f7b43
commit
32288b69ce
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
[alias]
|
[alias]
|
||||||
br = branch
|
br = branch
|
||||||
ci = commit
|
ci = commit
|
||||||
|
cia = commit --amend
|
||||||
co = checkout
|
co = checkout
|
||||||
cp = cherry-pick
|
cp = cherry-pick
|
||||||
st = status
|
st = status
|
||||||
|
|
Loading…
Add table
Reference in a new issue