Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 221 Bytes

git-merge.md

File metadata and controls

9 lines (8 loc) · 221 Bytes

Merge branch to master

git checkout SOMOSPIE-scratch git pull origin SOMOSPIE-scratch git checkout master git merge SOMOSPIE-scratch git add --all git commit -m "Merge SOMOSPIE branch to master" git push origin master