Step 1. Update the repo and checkout the branch we are going to merge
git fetch origin git checkout -b block-service origin/block-service
Step 2. Merge the branch and push the changes to GitLab
git checkout master git merge --no-ff block-service git push origin master
Added 1 new commit:
Added 3 new commits:
mentioned in commit bdd5ee03491b47515d86c382e84b162f80d4887f