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