My diff tool works for my local change such as git difftool -x mytool.exe
, how could I use the same diff tool for committed change? I tried git show
, git log
, but cannot find such option.
问问题
216 次
My diff tool works for my local change such as git difftool -x mytool.exe
, how could I use the same diff tool for committed change? I tried git show
, git log
, but cannot find such option.