commit d506fcad2323f20509aaeb4a7962c584e4585696
parent 3d9a34261c114ccbd2a0d0faf7afb4977fcd6d05
Author: William Casarin <jb55@jb55.com>
Date: Sat, 10 Jul 2021 09:25:19 -0700
git: add pushall
Signed-off-by: William Casarin <jb55@jb55.com>
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/dotfiles/.gitconfig b/dotfiles/.gitconfig
@@ -76,6 +76,7 @@
try = merge --no-commit --no-ff
co = checkout
fixes = show -s --pretty='format:Fixes: %h (\"%s\")'
+ pushall = !git remote | parallel -L1 -I R git push R master
[rebase]
autosquash = true
[pull]