With GIT, how do I command "their" type branch merge? This order should only be overwritten with your native version as well as the original version.
To change your master with the master of origin:
$ Git checkout master $ git branch - m master old-master $ git checkout --track -b master origin / master
If you want a remote branch to win, then create a tracking branch, check it, and
git merge-s our ...
from there .
No comments:
Post a Comment