Step 1. Update the repo and checkout the branch we are going to merge
git fetch origin git checkout -b dev origin/dev
Step 2. Merge the branch and push the changes to GitLab
git checkout qa git merge --no-ff dev git push origin qa
mentioned in commit 86fca5e6d72417b0f5cb68a63af34415a7e4f162