Make Git Branch Master

Last modified: 
Thursday, April 9th, 2015
Topics: 
Git

How to make a branch into the master branch of git

git checkout our_branch
git merge --strategy=ours master
git checkout master
git merge our_branch

References


The operator of this site makes no claims, promises, or guarantees of the accuracy, completeness, originality, uniqueness, or even general adequacy of the contents herein and expressly disclaims liability for errors and omissions in the contents of this website.