Step 1. Checkout target branch and get recent objects from GitLab
git checkout master git fetch origin
Step 2. Merge source branch into target branch and push changes to GitLab
git merge origin/od_rsyslog git push origin master