最佳答案
我像这样配置了 git
:
git config --global diff.tool meld
当我跑步的时候:
git difftool
我得到了如下信息:
Viewing: 'hello.txt'
Hit return to launch 'meld':
然后,如果我按 Enter,meld
将启动。
如何禁用此消息,以便在键入 git difftool
后立即启动 meld
?