add git-push-all script
This commit is contained in:
parent
002f72d658
commit
ec04d8a808
1 changed files with 7 additions and 0 deletions
7
home/bin/git-push-all
Executable file
7
home/bin/git-push-all
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
set -eu
|
||||
|
||||
for remote in $(git remote); do
|
||||
git push "$remote" $@
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue