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"