]> git.phdru.name Git - git-scripts.git/blobdiff - update-remotes
Feat(update-remotes): Push additional branches to `web`
[git-scripts.git] / update-remotes
index 6fabc29a60439b086d47c6fbbb0b17e8e1c7e5db..4c59b31f8512c2612eb2ec074f0b246d3f3510b9 100755 (executable)
@@ -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