From: Oleg Broytman Date: Thu, 14 Dec 2023 20:05:57 +0000 (+0300) Subject: Feat(update-remotes): Push additional branches to `web` X-Git-Url: https://git.phdru.name/?p=git-scripts.git;a=commitdiff_plain;h=f44ddfda37f0e9da0703067eb0db2adfd765ec48 Feat(update-remotes): Push additional branches to `web` --- 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