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 show <sha1>
どこ
<sha1>
あなたの「コミットコード」です
git whatchanged -1 -p <sha>一方向です。git log -1 -p <sha>似ている。
git whatchanged -1 -p <sha>
git log -1 -p <sha>