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.
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.