3-start: fixed branch create

This commit is contained in:
rkiel
2017-09-29 21:51:26 -04:00
parent 4370448bd0
commit 318c8adb3f
2 changed files with 5 additions and 2 deletions

View File

@@ -71,6 +71,10 @@ module Shared
run_cmd "git push origin --tags"
end
def git_push_upstream (branch)
run_cmd "git push --set-upstream origin #{branch}"
end
def git_rebase (branch)
run_cmd "git rebase #{branch}"
end