Published
- 1 min read
git remove directory from tracking
The solution for this is noted below
git remove directory from tracking
Solution
Remove the folder from your local git tracking, but keep it on your disk.
git rm -r --cached path_to_your_folder/
Try other methods by searching on the site. That is if this doesn’t work