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