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