Step 1. Update the repo and checkout the branch we are going to merge
git fetch origin git checkout -b fix_bugs origin/fix_bugs
Step 2. Merge the branch and push the changes to GitLab
git checkout master git merge --no-ff fix_bugs git push origin master
mentioned in commit 4a4ec101f09f05c7fc62fd1bfd32f56b482727bb