git checkout seotweaks
git merge -s ours master
git checkout master
git merge seotweaks
http://stackoverflow.com/questions/2862590/how-to-replace-master-branch-in-git-entirely-from-another-branch
git checkout seotweaks
git merge -s ours master
git checkout master
git merge seotweaks
http://stackoverflow.com/questions/2862590/how-to-replace-master-branch-in-git-entirely-from-another-branch
Comments
Post a Comment