Closed
Description
Say the user added a file and committed it by mistake, he then wants to .gitignore it, and remove from index without actually removing the file from disk.
In Command Line I can do git rm -cached.
The only way I found to do it in libgit2sharp is to remove->commit->add the file back manually.
Any suggestions?
Metadata
Metadata
Assignees
Labels
No labels