From a8ed94e20554b25507751c4715fc532ee88db048 Mon Sep 17 00:00:00 2001 From: ds6 Date: Mon, 5 Feb 2018 19:33:46 -0600 Subject: [PATCH] add git pushall alias to .gitconfig --- base/.gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/base/.gitconfig b/base/.gitconfig index 454f6bd..2e81ce9 100644 --- a/base/.gitconfig +++ b/base/.gitconfig @@ -1,3 +1,5 @@ [user] email = git@ds6.pw name = ds6 +[alias] + pushall = !git remote | xargs -L1 git push -- 2.47.0