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