From 93b810d876c3cff1b982803eaa8ec4b1b6f99af5 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Wed, 27 Nov 2024 22:42:36 +0100 Subject: add `git psa` alias for pushing to all remotes --- .config/git/config##template | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/git/config##template b/.config/git/config##template index 21d4c0e..72f81a3 100644 --- a/.config/git/config##template +++ b/.config/git/config##template @@ -26,6 +26,7 @@ c = commit s = status ps = push + psa = !git remote | xargs -L1 -P0 -- git push pl = pull l = log d = diff -- cgit v1.2.3