I have GitLab repository there and I need to test every merge request locally, before merging to the target branch.
How can I pull/fetch merge request as a new branch?<
There is a Check out branch button in GitLab.
Then you can copy comments from Step 1. Fetch and check out the branch for this merge request.
git fetch git checkout -b