Skip to content

Instantly share code, notes, and snippets.

@cgkio
Created November 17, 2013 18:30
Show Gist options
  • Save cgkio/7516465 to your computer and use it in GitHub Desktop.
Save cgkio/7516465 to your computer and use it in GitHub Desktop.
Resync/update git repo with new .gitignore
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