Move git_push_all to its own file.
This commit is contained in:
parent
70da07608f
commit
82fbb92ea0
2 changed files with 2 additions and 1 deletions
|
@ -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
1
git_push_all.bat
Normal file
|
@ -0,0 +1 @@
|
|||
git remote | eval !i "f'git push {x} master %*'" | do_cmd
|
Loading…
Reference in a new issue