X-Git-Url: https://git.phdru.name/?p=git-scripts.git;a=blobdiff_plain;f=update-remotes;fp=update-remotes;h=4c59b31f8512c2612eb2ec074f0b246d3f3510b9;hp=6fabc29a60439b086d47c6fbbb0b17e8e1c7e5db;hb=f44ddfda37f0e9da0703067eb0db2adfd765ec48;hpb=7024dc2389ef6f1f490e97502c246fb79813095d diff --git a/update-remotes b/update-remotes index 6fabc29..4c59b31 100755 --- a/update-remotes +++ b/update-remotes @@ -21,7 +21,7 @@ git fetch current && web="`git config --get --path remote.web.url`" && if [ -n "$web" ]; then - git push web + git push web "$@" fi && cd "$current" && exec git pull origin