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