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