feature: handle merge conflicts on the feature branch not master
This commit is contained in:
@@ -28,6 +28,10 @@ module Feature
|
||||
|
||||
# should match rebase
|
||||
git_fetch
|
||||
git_checkout standard_branch
|
||||
git_merge ['origin', standard_branch].join('/')
|
||||
git_checkout feature_branch
|
||||
|
||||
git_rebase ['origin', standard_branch].join('/')
|
||||
if remote_branch != ""
|
||||
git_remote_branch_delete feature_branch
|
||||
|
||||
Reference in New Issue
Block a user