Branch A was merged with master, had its conflicts resolved and additional commits added. The master branch also has addition commits. What is the best way to merge these two branches and use branch A's changes over the master branch?
Thanks!
Branch A was merged with master, had its conflicts resolved and additional commits added. The master branch also has addition commits. What is the best way to merge these two branches and use branch A's changes over the master branch?
Thanks!
The command below should do the trick - execute from master
git merge -s theirs A