how to merge all of my feature branch to master branch code example Example: merge master into feature branch git checkout feature1 git merge master