The default git diff behavior is to open each diff file in serial (wait for previous file to be closed before opening next file). I’m looking for a way...
When I type git diff, I want to view the output with my visual diff tool of choice (SourceGear “diffmerge” on Windows). How do I configure git to do...