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 的Tig文本模式界面中,可以查看单个文件的责备,然后打开差异视图以查看修改该行的提交。例如
tig blame file.cpp (Select a line, press enter.)
但是,显示的差异仅限于单个文件,即使提交修改了多个文件。这是一个很好的默认设置,但是有没有办法将此视图扩展为跨所有文件的差异完全提交?
当前的解决方法是复制粘贴提交哈希,退出,然后使用 git 或 tig 显示它。
使用切换文件操作。默认情况下,它绑定到 '%'。