From 376a0f099bb6e0b9b85278200c00487f54ddff32 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Thu, 27 May 2021 14:45:31 -0400 Subject: [PATCH] add pushall to push to all available remotes --- .gitconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 52a0446..3ab3511 100644 --- a/.gitconfig +++ b/.gitconfig @@ -7,7 +7,8 @@ [push] default = simple [alias] - quick-stats = ! /usr/local/bin/git-quick-stats + quick-stats = ! /usr/local/bin/git-quick-stats + pushall = !git remote | xargs -L1 git push [log] date = format:%Y-%m-%d %H:%M:%S [format]