Skip to content

Instantly share code, notes, and snippets.

@rafaelfelini
Created November 4, 2011 01:01
Show Gist options
  • Save rafaelfelini/1338403 to your computer and use it in GitHub Desktop.
Save rafaelfelini/1338403 to your computer and use it in GitHub Desktop.
Remove files in .gitignore from version control
git rm -r --cached .
git add .
git commit -m ".gitignore is now working"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment