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.
这让我发疯,因为它在 gitk 上非常容易(只是gitk the/file),但我无法在 gitg 上做到这一点,我真的很想看看历史。
gitk the/file
这不是一个有据可查的工具。
简短的回答,不,它不能这样做(在 v0.0.6 中)。
gitg声称:
gitg 的目标不是成为一个允许通过图形界面访问 Git 的所有功能的高级工具。但是,它将尝试合并可能需要在命令行上执行多个操作的常见操作(如暂存、取消暂存、恢复和提交)
你最好的选择是命令行git log <file>或gitk <file>
git log <file>
gitk <file>