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