mirror of
https://github.com/SchildiChat/schildichat-desktop.git
synced 2025-03-26 10:07:47 +01:00
push_current_sc_branches.sh: Allow passing arguments to git push
This commit is contained in:
parent
f9c56fa484
commit
c66d4c4371
@ -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" "$@"
|
||||
|
Loading…
x
Reference in New Issue
Block a user