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