From f1fe7c1339f564c36df66ed202e2b5bc45ba616b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sun, 5 Apr 2020 19:16:27 +0200 Subject: [PATCH] git: Add aliases for pushall --- git/gitconfig.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git/gitconfig.j2 b/git/gitconfig.j2 index c7128b2..ec36e98 100644 --- a/git/gitconfig.j2 +++ b/git/gitconfig.j2 @@ -31,6 +31,8 @@ ap = "add --patch" p = "push" pf = "push --force" + pa = "pushall" + paf = "pushall --force" k = "!gitk --all"