Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HirogaKatageri/37d00b49b4185b92b2e564c1ef2b059f to your computer and use it in GitHub Desktop.
Save HirogaKatageri/37d00b49b4185b92b2e564c1ef2b059f to your computer and use it in GitHub Desktop.
Untracking .gitignore files in Git Repository
1: Commit All Changes
2: git rm -r --cached .
3: git add .
4: Commit
---
https://stackoverflow.com/a/49969162/2598247
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment