Skip to content

Instantly share code, notes, and snippets.

@juan-m-medina
Created January 18, 2016 18:37
Show Gist options
  • Save juan-m-medina/6c9c9b1e8eb1b00d0154 to your computer and use it in GitHub Desktop.
Save juan-m-medina/6c9c9b1e8eb1b00d0154 to your computer and use it in GitHub Desktop.
Git Ignore Reapply
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