Set tracking branch when pushing
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
3af386d881
commit
ec887105a8
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ step "Execute pre-push auto-hook"
|
||||||
git autohook pre-push
|
git autohook pre-push
|
||||||
|
|
||||||
step "Execute pushes..."
|
step "Execute pushes..."
|
||||||
git push origin ${CURRENT_BRANCH} --tags "$@"
|
git push -u origin ${CURRENT_BRANCH} --tags "$@"
|
||||||
|
|
||||||
step "Execute post-push auto-hook"
|
step "Execute post-push auto-hook"
|
||||||
git autohook post-push
|
git autohook post-push
|
||||||
|
|
Loading…
Reference in a new issue