Skip to content

Instantly share code, notes, and snippets.

@nilkesede
Created November 8, 2015 21:54
Show Gist options
  • Save nilkesede/457d2f1fc87bf25c51a0 to your computer and use it in GitHub Desktop.
Save nilkesede/457d2f1fc87bf25c51a0 to your computer and use it in GitHub Desktop.
Make git forget about ignored files
git rm -r --cached .
git add .
git commit -am "Remove ignored files"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment