aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-11-27 22:42:36 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-11-27 22:42:36 +0100
commit93b810d876c3cff1b982803eaa8ec4b1b6f99af5 (patch)
treec8a856de2c2f78d15ed5e2450194e4e2f180998c
parentff24c2cbf255c9dcd29bffdbed89ec05ab6c1aa3 (diff)
add `git psa` alias for pushing to all remotes
-rw-r--r--.config/git/config##template1
1 files changed, 1 insertions, 0 deletions
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