Step 1. Update the repo and checkout the branch we are going to merge
git fetch origin git checkout -b colab_spb_plugin_recipe origin/colab_spb_plugin_recipe
Step 2. Merge the branch and push the changes to GitLab
git checkout master git merge --no-ff colab_spb_plugin_recipe git push origin master
mentioned in issue #686
mentioned in commit 00d6a1cfa88e695748fa1e1814bfd2f833372828