I know how to merge modification using vimdiff, but, assuming I just know that the entire file is good to keep or to throw away, how do I do that?
I don\'t want to
git checkout {branch-name} -- {file-name}
This will use the file from the branch of choice.
I like this because posh-git autocomplete works great with this. It also removes any ambiguity as to which branch is remote and which is local. And --theirs didn't work for me anyways.
posh-git
--theirs