我git是这样配置的:
git
git config --global diff.tool meld
当我运行时:
git difftool
我收到以下消息:
Viewing: 'hello.txt' Hit return to launch 'meld':
然后,如果我按Enter,meld将启动。
Enter
meld
如何禁用此消息,以便meld在键入后立即启动git difftool?
man git-difftool OPTIONS -y, --no-prompt Do not prompt before launching a diff tool.