Skip to content

Instantly share code, notes, and snippets.

@pedrorvidal
Created September 14, 2015 14:17
Show Gist options
  • Save pedrorvidal/972a366c89f067eb24fa to your computer and use it in GitHub Desktop.
Save pedrorvidal/972a366c89f067eb24fa to your computer and use it in GitHub Desktop.
Git untrack file
// stop tracking file
git update-index --assume-unchanged <filename>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment