看看git help diff,它说:
git-diff - Show changes between commits, commit and working tree, etc我了解changes between commits,但不了解changes between commits, commit或changes between commits, commit and working tree。
有人能澄清一下吗?
发布于 2015-05-15 04:22:54
好的,使用git-diff你可以显示between commits的变化
git diff <commit> <commit>或between commit and working tree
git diff <commit>还有更多的其他选项,如here所示。
https://stackoverflow.com/questions/30246480
复制相似问题