git merge feature branch into develop and master code example Example: merge master into feature branch git checkout feature1 git merge master