Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rohillion/6b427e132b17b19c6ad74f2ee3649865 to your computer and use it in GitHub Desktop.
Save rohillion/6b427e132b17b19c6ad74f2ee3649865 to your computer and use it in GitHub Desktop.
Clear tracked files cache from .gitignore
git rm -r --cached .
git add .
git commit -m "fixed untracked files"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment