9-fetch: start using fetch
This commit is contained in:
@@ -14,8 +14,9 @@ module Release
|
||||
def execute
|
||||
validate_current_branch_is_release
|
||||
|
||||
git_checkout "master"
|
||||
|
||||
git_checkout 'master'
|
||||
git_fetch_and_merge current_branch
|
||||
|
||||
git_local_branch_trash current_branch
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user