Sometimes when resolving a git conflict, I'll know that one side is better for a file and I'll resolve it with git checkout --theirs path/to/file
.
However it is not obvious how to do this in magit, so I always drop to the CLI to do it. Is it possible to do this easily?