Step 1. Fetch the code and create a new branch pointing to it
git fetch http://softwarepublico.gov.br/gitlab/hugomelo/gamification.git hide_gamification git checkout -b hugomelo/gamification-hide_gamification FETCH_HEAD
Step 2. Merge the branch and push the changes to GitLab
git checkout master git merge --no-ff hugomelo/gamification-hide_gamification git push origin master
Changes were not merged into target branch
Status changed to closed