-
mentioned in commit 8310c84d887a29f753b76a92519af671be024367
-
Status changed to merged
Step 1. Update the repo and checkout the branch we are going to merge
git fetch origin git checkout -b master origin/master
Step 2. Merge the branch and push the changes to GitLab
git checkout development git merge --no-ff master git push origin development
mentioned in commit 8310c84d887a29f753b76a92519af671be024367
Status changed to merged
Fix/pgroen/subscription failure See merge request !13