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.
是否可以在 a 之后的自动合并带来的更改中播放 git diff git pull?
git pull
通常,如果有任何冲突,我可以检查那些使用普通 git diff 的冲突,但不知道在拉取成功时该怎么做(并且更改是自动提交的)
如果您刚刚完成,您可以通过以下方式查看当前和上一个git pull之间的区别:HEAD
HEAD
git diff HEAD@{1}