Skip to content

Instantly share code, notes, and snippets.

@bjdixon
Created May 20, 2014 17:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjdixon/585720d87ee545ea77c9 to your computer and use it in GitHub Desktop.
Save bjdixon/585720d87ee545ea77c9 to your computer and use it in GitHub Desktop.
Because sometimes I forget to exclude .pyc until after I've tracked a couple
git rm --cached *.pyc
or
git update-index --assume-unchanged *.pyc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment