Unify push in one command
This commit is contained in:
parent
1cd1e0c758
commit
23e2fada83
1 changed files with 1 additions and 3 deletions
|
@ -26,9 +26,7 @@ step "Execute pre-push auto-hook"
|
|||
git autohook pre-push
|
||||
|
||||
step "Execute pushes..."
|
||||
for ref in ${REQUIRED}; do
|
||||
git push origin ${ref}
|
||||
done
|
||||
git push origin ${REQUIRED} "$@"
|
||||
|
||||
step "Execute post-push auto-hook"
|
||||
git autohook post-push
|
||||
|
|
Loading…
Add table
Reference in a new issue