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 0d1d319c7bcff50ed36db87aa262e674a34d8784