Skip to content

Instantly share code, notes, and snippets.

@eldrego
Created October 16, 2017 12:11
Show Gist options
  • Save eldrego/85051a7f94bc90895bf00885ca469858 to your computer and use it in GitHub Desktop.
Save eldrego/85051a7f94bc90895bf00885ca469858 to your computer and use it in GitHub Desktop.
Clear git cache and fix git ignore
git rm -r --cached .
git add .
git commit -m "cached cleared. fix for .gitignore"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment