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 を再生することは可能git pullですか?
git pull
通常、競合がある場合は、通常の git diff を使用して確認できますが、プルが成功した (そして変更が自動的にコミットされた) ときにそれを行う方法がわかりません。
を行ったばかりの場合は、次のような方法で現在と以前git pullの違いを確認できます。HEAD
HEAD
git diff HEAD@{1}