git: Add aliases for pushall

This commit is contained in:
2020-04-05 19:16:27 +02:00
parent 02d7c23b62
commit f1fe7c1339

View File

@@ -31,6 +31,8 @@
ap = "add --patch"
p = "push"
pf = "push --force"
pa = "pushall"
paf = "pushall --force"
k = "!gitk --all"