diff --git a/push_current_sc_branches.sh b/push_current_sc_branches.sh index 51cab81..7a34314 100755 --- a/push_current_sc_branches.sh +++ b/push_current_sc_branches.sh @@ -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" "$@"