Step 1. Update the repo and checkout the branch we are going to merge
git fetch origin git checkout -b feat/pgroen/cli_tools origin/feat/pgroen/cli_tools
Step 2. Merge the branch and push the changes to GitLab
git checkout master git merge --no-ff feat/pgroen/cli_tools git push origin master
mentioned in commit 51ef1a6f8dbd8df8e0b1826e1040ecccd6aec7c6
Status changed to merged