Let's say I have attempted a merge from branch A to branch B -- the merge failed because there are conflicts in file F.
Until now I have been doing a
git diff --word-diff HEAD:F master:F which gets boring after a while. Is there some alternative out of the box command that allows me to avoid this, or will I have to save this little script and make it accessible somewhere in my computer's $PATH?
git alias?