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 commit コマンドを直接使用し、次に git を HEAD^ にリセットするのが難しく、リモートディレクトリのどのファイルが削除されたのかわかりません。リモート作業ディレクトリのファイルの履歴を見つけることは可能ですか? おそらく bash コマンドで十分でしょうか?
削除されたファイルを表示するには、次のコマンドを使用します。
git log --diff-filter=D --summary | grep delete