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