git (git-svn) 中文件的不完整历史记录
应该如何在 git 中查看文件内容的完整历史记录?
文件在 git 中的历史记录很短,通过 git-svn 同步的存储库,但在 svn 中的历史记录很长。 git 中的历史记录到达文件被移动的位置。要查看历史记录,我使用以下命令:
git log PATH_TO_FILE
我做得对吗? Git 应该跟踪内容而不是文件,我想象它会擅长跟踪文件重命名的历史记录。
How should one go about viewing full history of a file's content in git?
A file has a very short history in git, repository synced over git-svn, but a long history in svn. The history in git reaches to the point where the file was moved. To view the history I use the following command:
git log PATH_TO_FILE
Am I doing it right? Git is supposed to track content not files, I was imagining it would be good at tracking history of files across renames.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试
Try