To remove an entire folder from the repo (like Resharper files), do this:
git rm -r --cached folderName
git rm -r --cached folderName I had committed some resharper files, and did not want those to persist for other project users.
Find centralized, trusted content and collaborate around the technologies you use most.
Learn more about CollectivesStack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
Explore Stack InternalTo remove an entire folder from the repo (like Resharper files), do this:
git rm -r --cached folderName
git rm -r --cached folderName I had committed some resharper files, and did not want those to persist for other project users.
To remove an entire folder from the repo (like Resharper files), do this:
git rm -r --cached folderName
I had committed some resharper files, and did not want those to persist for other project users.
To remove an entire folder from the repo (like Resharper files), do this:
git rm -r --cached folderName I had committed some resharper files, and did not want those to persist for other project users.