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]
|
||||
br = branch
|
||||
ci = commit
|
||||
cia = commit --amend
|
||||
co = checkout
|
||||
cp = cherry-pick
|
||||
st = status
|
||||
|
|
Loading…
Add table
Reference in a new issue