Created
May 23, 2016 13:53
-
-
Save rohillion/6b427e132b17b19c6ad74f2ee3649865 to your computer and use it in GitHub Desktop.
Clear tracked files cache from .gitignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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