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 index からいくつかのディレクトリを削除しました。
git rm -r --cached <your directory>
これらの追跡されていないディレクトリを git index に再度追加するにはどうすればよいですか?