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