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 diff 278d8..1cf1d www/index.html
两个十六进制代码中的每一个都是标识提交的 SHA1 哈希的唯一前缀。
使用 浏览差异有时也很有帮助gitk,但这仅显示相邻提交之间的差异。
gitk