I have a .gitignore
file, and it's ignoring some files. I have updated the .gitignore
file (removed some filenames and added some filenames). This is not reflected in git status
. How can I force git to update these changes, so that track files which are not tracked before and vice versa.
I have tried this question, still all of my files are not tracked (according to my updated .gitignore
). (In simple, how can I force git to retract files once .gitignore
is updated or deleted).