updates: updated start

This commit is contained in:
rkiel
2019-01-30 21:37:53 -05:00
parent d5ee0ecc4d
commit bfaf1a457f
2 changed files with 8 additions and 4 deletions

View File

@@ -136,6 +136,10 @@ module Shared
run_cmd "git merge #{branch}"
end
def git_branch (branch)
run_cmd "git branch #{branch}"
end
def git_push (branch)
run_cmd "git push origin #{branch}"
end