mirror of
https://github.com/git/git.git
synced 2026-01-12 13:53:11 +09:00
Meta/pushall: show where we are pushing
This commit is contained in:
parent
302bc0dcbc
commit
a31dee5a21
11
pushall
11
pushall
@ -1,13 +1,14 @@
|
||||
#!/bin/sh
|
||||
|
||||
git push repo "$@" &&
|
||||
git push gph "$@" &&
|
||||
git push github2 "$@" &&
|
||||
git push sfjp "$@" &&
|
||||
git push sf.net "$@" &&
|
||||
for remote in ko repo gph github2 sfjp sf.net
|
||||
do
|
||||
printf "%s: " "$remote"
|
||||
git push "$remote" "$@" || exit $?
|
||||
done
|
||||
|
||||
case "$#" in
|
||||
0)
|
||||
printf "github mirror: "
|
||||
git push github "$@" ;;
|
||||
*)
|
||||
echo "No push to github" ;;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user