File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -162,18 +162,7 @@ if ! git branch -a | grep -q "remotes/origin/${BRANCH}\$"; then
162
162
git checkout -b " ${BRANCH} "
163
163
else
164
164
echo " You appear to already have a ${BRANCH} created, using it"
165
- status " git checkout ${BRANCH} "
166
165
git checkout " ${BRANCH} "
167
-
168
- status " git merge origin/${base_branch} "
169
- if ! git merge --no-edit --commit origin/${base_branch} ; then
170
- git merge --abort || true
171
- error " ##################################################################"
172
- error " Cannot automatically merge ${base_branch} into ${BRANCH} ."
173
- error " Please merge manually, resolving any conflicts"
174
- error " ##################################################################"
175
- exit 1
176
- fi
177
166
fi
178
167
179
168
# cleaning on the branch
You can’t perform that action at this time.
0 commit comments