added git_push_tags
This commit is contained in:
@@ -55,6 +55,10 @@ module Shared
|
|||||||
run_cmd "git push origin #{branch}"
|
run_cmd "git push origin #{branch}"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def git_push_tags
|
||||||
|
run_cmd "git push origin --tags"
|
||||||
|
end
|
||||||
|
|
||||||
def git_rebase (branch)
|
def git_rebase (branch)
|
||||||
run_cmd "git rebase #{branch}"
|
run_cmd "git rebase #{branch}"
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user