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