I have two branches: cat and dog. Their histories have diverged.
I would like to merge dog into cat. In this merge, how can I accept the dog version of all files automatically, instead of having to resolve the merge with git add/rm and repeating the commit?
Likewise, how can I accept the cat version of all the files?