File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 212212 " git fetch -t\n " ,
213213 " ```\n " ,
214214 " \n " ,
215- " 2. Switch to your feature branch and merge `develop/ white` (in order to get the latest changes in `develop` before switching to `black`):\n " ,
215+ " 2. Switch to your feature branch and merge `develop- white` (in order to get the latest changes in `develop` before switching to `black`):\n " ,
216216 " \n " ,
217217 " ```shell\n " ,
218218 " git checkout YOUR_BRANCH\n " ,
219219 " git pull\n " ,
220- " git merge --no-ff develop/ white\n " ,
220+ " git merge --no-ff develop- white\n " ,
221221 " ```\n " ,
222222 " If merge conflicts arise, resolve them and conclude the merge as instructed by Git.\n " ,
223223 " It also helps to check if the tests pass after the merge.\n " ,
236236 " git commit\n " ,
237237 " ```\n " ,
238238 " \n " ,
239- " 5. Now merge `develop/ black`:\n " ,
239+ " 5. Now merge `develop- black`:\n " ,
240240 " \n " ,
241241 " ```shell\n " ,
242- " git merge --no-ff develop/ black\n " ,
242+ " git merge --no-ff develop- black\n " ,
243243 " ```\n " ,
244244 " * If merge conflicts arise, resolve them and conclude the merge as instructed by Git.\n " ,
245245 " Most conflicts will probably be resolved by choosing \" Ours\" over \" Theirs\" or the \" Current Change\" over the \" Incoming Change\" .\n " ,
You can’t perform that action at this time.
0 commit comments