Add git push all remotes doskey.

This commit is contained in:
voussoir 2020-11-10 20:15:00 -08:00
parent 47418c464c
commit 10e6ca642d

View file

@ -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