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 checkout path/to/dir/
しかし、そのディレクトリで作成された(変更されていない)ファイルを削除する必要があり、チェックアウトが機能しませんでした。私に何ができる?
git clean -fまたはgit clean -f -d、ディレクトリも削除する場合。ソース公式ドキュメント もチェックしてください
git clean -f
git clean -f -d