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