Unify push in one command

This commit is contained in:
Knut Ahlers 2016-12-20 03:14:58 +01:00
parent 1cd1e0c758
commit 23e2fada83
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

View File

@ -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