From 10e6ca642d7c79b1fff3f171261d8e1529dbda51 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Tue, 10 Nov 2020 20:15:00 -0800 Subject: [PATCH] Add git push all remotes doskey. --- cmd_autoexec.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd_autoexec.bat b/cmd_autoexec.bat index a989ea2..a4d1569 100644 --- a/cmd_autoexec.bat +++ b/cmd_autoexec.bat @@ -11,3 +11,4 @@ doskey ...=start. doskey \=cd\ doskey gc=gitcheckup $* doskey gp=git push $* +doskey gpa=git remote ^| eval !i "f'git push {x} master'" ^| do_cmd