Skip to content

Instantly share code, notes, and snippets.

@mlist
Created October 28, 2013 14:16
Show Gist options
  • Save mlist/7197490 to your computer and use it in GitHub Desktop.
Save mlist/7197490 to your computer and use it in GitHub Desktop.
Resync with new .gitignore in git repository
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