Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将代码与 git gui 进行比较。
我配置了 tool->add ,git diff -y但是当我执行显示每个文件时,我只想查看选择的文件。
git diff -y
问候
我解决这个,
点击工具->添加
和写:git difftool -y $FILENAME
git difftool -y $FILENAME
并启用选项仅在选择差异时运行($FILENAME 不为空)