Skip to content

Instantly share code, notes, and snippets.

@zsim0n
Created March 15, 2014 18:36
Show Gist options
  • Save zsim0n/9571863 to your computer and use it in GitHub Desktop.
Save zsim0n/9571863 to your computer and use it in GitHub Desktop.
Git : Stop tracking a <file> after ignoring it
git rm --cached <file>
git add . # or git add <file>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment