Move git_push_all to its own file.

This commit is contained in:
voussoir 2021-01-14 02:44:24 -08:00
parent 70da07608f
commit 82fbb92ea0
2 changed files with 2 additions and 1 deletions

View file

@ -11,4 +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
doskey gpa=git_push_all $*

1
git_push_all.bat Normal file
View file

@ -0,0 +1 @@
git remote | eval !i "f'git push {x} master %*'" | do_cmd