git diff 可视化配置

here assume you diff with `tkdiff`, of course you can use other diff tools such as `meld` or whatever,

$ git config --global diff.tool tkdiff
$ git config --global difftool.prompt false
$ git config --global alias.df difftool

then you can diff with cmd,

$ git df

 

Over.

posted @ 2024-07-03 11:06  Anonymous596  阅读(22)  评论(0编辑  收藏  举报