Make Git Branch Master
Posted:
Friday, June 21st, 2013Last modified:
Thursday, April 9th, 2015Topics:
GitHow 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
Available Wiki Topics
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.