gitconfig: add alias

This commit is contained in:
Rob Watson 2021-12-30 14:25:49 +01:00
parent b3d7ce54ce
commit 189ba6f92d
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
[alias]
aa = add .
acf = !git add . && git cf
acfp = !git add . && git cf && git push
adp = add -p
an = add -N .
adn = an