Add git aap command
This commit is contained in:
parent
43fb881199
commit
c23902abd1
|
@ -14,6 +14,7 @@
|
|||
[alias]
|
||||
aa = add -A
|
||||
ap = add --patch
|
||||
aap = !git add --intent-to-add . && git add --patch
|
||||
co = checkout
|
||||
cm = commit
|
||||
st = status
|
||||
|
|
Loading…
Reference in New Issue