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.
ファイルを更新.gitignoreしましたが、インデックスを更新したいと思います。git rm --cachedコマンドを実行したい。しかし、どうすればTortoiseGitでそれを行うことができますか?
.gitignore
git rm --cached
そのファイルを右クリックし、TortoiseGit->削除(ローカルのまま)を選択します。これはしgit rm --cachedます。