From 5ecb8c98c2652d12ab46cdc5ea248724669b3a4b Mon Sep 17 00:00:00 2001 From: mitchell Date: Mon, 17 May 2021 10:16:45 -0400 Subject: [PATCH] Add pa git alias for 'push --all' --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index 60724e8..aca03b6 100644 --- a/.gitconfig +++ b/.gitconfig @@ -20,6 +20,7 @@ puff = pull --ff-only merff = merge --ff-only fa = fetch --all + pa = push --all [core] editor = nvim