Member-only story
How to merge the master branch into the feature branch?
May 9, 2022
git checkout development
git pull
git checkout feature-branch
git merge development
Member-only story
git checkout development
git pull
git checkout feature-branch
git merge development
Lead Author: Yaokun Lin, Actuary | ML Practitioner | Apply Tomorrow's Technology to Solve Today's Problems