You need to sign in before continuing.
Step 1. Update the repo and checkout the branch we are going to merge
git fetch origin git checkout -b filterFiix origin/filterFiix
Step 2. Merge the branch and push the changes to GitLab
git checkout master git merge --no-ff filterFiix git push origin master
mentioned in commit af4b9988433bb421c232d92051c1a0f0cf3b2cce
Status changed to merged