Software Development
Pages
(Move to ...)
Home
About
Contact
▼
Tuesday, September 27, 2011
Making a Branch the Master in GIT
git checkout cat_killer
git merge -s ours master
git checkout master
git merge cat_killer
git push
cat_killer is the branch you want to make the master.
Stolen from
Stackoverflow
post.
‹
›
Home
View web version