mirror of
https://github.com/SchildiChat/schildichat-desktop.git
synced 2025-06-26 03:55:30 +02:00
push_current_sc_branches.sh: Allow passing arguments to git push
This commit is contained in:
@ -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" "$@"
|
||||
|
Reference in New Issue
Block a user