Skip to content

Instantly share code, notes, and snippets.

View elianderson's full-sized avatar

Eli Anderson elianderson

View GitHub Profile
@elianderson
elianderson / gist:1114393
Created July 29, 2011 18:18
GIT commands
Remove tracking on a file (that is in your git ignore already but in the repo) but not delete it:
git rm -r --cached supersecretpasswords.txt