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.
崇高なテキスト2で手動でファイルを削除したときにGitキャッシュからファイルを自動削除する方法は? そうするためのプラグインはありますか?
git cacheこれは、ファイル/フォルダーを手動で削除する方法です。
git cache
ファイル/フォルダーの追跡を削除します-ただし、それらをディスクに保持します-使用
$ git rm --cached
現在、それらは「変更済み」として表示されませんが、追跡されていないファイルとして表示されます
$ git status -u
それらをに追加 .gitignore
.gitignore
使用する
$ git config --global core.editor