Set tracking branch when pushing

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2017-10-17 11:31:09 +02:00
parent 3af386d881
commit ec887105a8
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

View File

@ -18,7 +18,7 @@ step "Execute pre-push auto-hook"
git autohook pre-push
step "Execute pushes..."
git push origin ${CURRENT_BRANCH} --tags "$@"
git push -u origin ${CURRENT_BRANCH} --tags "$@"
step "Execute post-push auto-hook"
git autohook post-push