From f44ddfda37f0e9da0703067eb0db2adfd765ec48 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 14 Dec 2023 23:05:57 +0300 Subject: [PATCH] Feat(update-remotes): Push additional branches to `web` --- update-remotes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2