git config --global --add difftool.prompt false
The caveat is that a large number of diffed files will result in a long sequence of closing the
All in all, this config change is still useful for single file diffs. For broad diffs I will stick to Aaron's suggestion of performing diff by folder and opening that:
git difftool --dir-diff
https://www.scootersoftware.com/vbulletin/forum/beyond-compare-4-discussion/version-control-aa/12475-usability-skip-git-difftool-confirmation-prompt-and-or-enable-multi-tab-opening
No comments:
Post a Comment