Step 1. Update the repo and checkout the branch we are going to merge
git fetch origin git checkout -b side-comments origin/side-comments
Step 2. Merge the branch and push the changes to GitLab
git checkout master git merge --no-ff side-comments git push origin master
mentioned in issue #105
mentioned in commit 5e584c35bc6329527c769e0fec3a28491eb5c14d