小编典典

为什么“git difftool”不直接打开工具?

all

git是这样配置的:

git config --global diff.tool meld

当我运行时:

git difftool

我收到以下消息:

Viewing: 'hello.txt'
Hit return to launch 'meld':

然后,如果我按Entermeld将启动。

如何禁用此消息,以便meld在键入后立即启动git difftool


阅读 57

收藏
2022-08-08

共1个答案

小编典典

man git-difftool

OPTIONS
   -y, --no-prompt
       Do not prompt before launching a diff tool.
2022-08-08