Comment by wumms
3 days ago
Also, files that are added to .gitignore after they’ve already been committed will still appear as modified. To stop tracking them, you need to remove them from the index (staging area):
git rm --cached <file>
3 days ago
Also, files that are added to .gitignore after they’ve already been committed will still appear as modified. To stop tracking them, you need to remove them from the index (staging area):
git rm --cached <file>
No comments yet
Contribute on Hacker News ↗