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.
我有一个非常好的并排 difftool 命令:
git difftool -y -x "diff --suppress-common-lines -b -y -W 225"
它所缺少的只是文件名。我需要添加哪些开关才能显示文件名?我不在乎它们出现在哪里(上方、旁边或下方),只要它们与更改相关。