Why does “git difftool” not open the tool directly?

前端 未结 2 1465
说谎
说谎 2020-12-12 12:19

I configured git like this:

git config --global diff.tool meld

When I run:

git difftool

I g

2条回答
  •  执笔经年
    2020-12-12 12:41

    man git-difftool
    
    OPTIONS
       -y, --no-prompt
           Do not prompt before launching a diff tool.
    

提交回复
热议问题