Published
- 1 min read
git remove files from index
The solution for this is noted below
git remove files from index
Solution
git rm --cached [file]
Try other methods by searching on the site. That is if this doesn’t work
Published
- 1 min read
The solution for this is noted below
git rm --cached [file]
Try other methods by searching on the site. That is if this doesn’t work