use Winmerge inside of Git to file diff

前端 未结 8 1103
清酒与你
清酒与你 2020-11-27 09:34

Is there a way to use Winmerge inside of git to do Diffs?

8条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-27 10:06

    Without configuration:

    git difftool --tool winmerge
    

    Assuming:

    • Winmerge is installed
    • Git for windows is installed, from "git version 2.12.0.windows1" or above (although earlier versions of git may have introduced the command).

提交回复
热议问题