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 のプロジェクトからフォルダーを完全に削除するにはどうすればよいですか?
このフォルダーを削除したままで、レポから削除したい
しかし、それは戻ってきます...フォルダーを完全に削除するようにgitに指示するにはどうすればよいですか
これらの変更を使用してファイルを削除しgit rm、コミットをプッシュします。git はディレクトリではなくファイルに対してのみ機能するため、後で空のディレクトリを削除する必要があります。
git rm