Step 1. Update the repo and checkout the branch we are going to merge
git fetch origin git checkout -b dev-cmhu origin/dev-cmhu
Step 2. Merge the branch and push the changes to GitLab
git checkout master git merge --no-ff dev-cmhu git push origin master
mentioned in commit 620bf1e2e6eb9913200219ad165b8dbbb33a8b19
Status changed to merged