How to open git difftool for multiple files in a single Bcomp3 window?
问题 When using git difftool --tool=bc3 from Git-Bash I got a BC3 window for each file. But to see the next window I had to close the previous one. I wanted to see all diffed files at the same time as tabs in a single BC3 window. 回答1: I found the right hint on StackOverflow: #17736427. Using git difftool --dir-diff (having BC3 configured as difftool) is OK for me. Who wants to use this, may find the BC3 switch /expandall helpful. My previous solution was, to call git-difftool recursively . May be