Add git aap command

This commit is contained in:
Trevor Vallender 2023-03-09 18:06:45 +00:00
parent 43fb881199
commit c23902abd1
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
[alias] [alias]
aa = add -A aa = add -A
ap = add --patch ap = add --patch
aap = !git add --intent-to-add . && git add --patch
co = checkout co = checkout
cm = commit cm = commit
st = status st = status