我可以使用 gitg 仅查看一个文件/目录的更改吗?
这让我发疯,因为这在 gitk 上非常容易(只需 gitk the/file
),但我无法在 gitg 上做到这一点,我真的很喜欢查看历史记录。
这不是一个有据可查的工具。
This is driving me crazy, as it's very easy on gitk (just gitk the/file
) but I am not able to do it on gitg which I really like to see the history.
It's not a well documented tool.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
简短的回答,不,它不能这样做(在 v0.0.6 中)。
gitg 声明:
您最好的选择是命令行
git log
或gitk
Short answer, no it can't do that (in v0.0.6).
gitg claims:
Your best bet is the command line
git log <file>
orgitk <file>