https://stackoverflow.com/questions/4624357/how-do-i-overwrite-rather-than-merge-a-branch-on-another-branch-in-git
git checkout branch_new git merge -s ours branch_old git checkout branch_old git merge branch_new