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