I've successfully set up Kaleidoscope as my default git difftool, and works like a charm. But when I make a fetch then git difftool, I can see what has changed, yet I cannot choose or merge what I want (at least not through Kaleidoscope).
Now, I want to set up File Merge (the Merge app bundled with XCode) as my mergetool so I can fetch, see what has changed, and choose what to merge.
Is this possible? If so, how can I set this up?
My apologies in advance for a noobish question.