push_current_sc_branches.sh: Allow passing arguments to git push

This commit is contained in:
SpiritCroc 2024-10-17 18:34:16 +02:00
parent f9c56fa484
commit c66d4c4371

View File

@ -37,4 +37,4 @@ fi
branch="$b_js"
echo "Pushing to all repos: $branch"
forall_repos git push --set-upstream origin "$branch"
forall_repos git push --set-upstream origin "$branch" "$@"