Skip to content

HowToMerge: add deleting the local branch to the instructions

If the merge request has been pulled into the local repository previously, the creation of the branch (git checkout -b) will fail. By deleting the branch beforehand the reviewer will always have the pristine merge request in this branch.

Merge request reports