Skip to content

Instantly share code, notes, and snippets.

@GuiSevero
Created May 22, 2014 14:06
Show Gist options
  • Save GuiSevero/b5275f1955b0f780ead6 to your computer and use it in GitHub Desktop.
Save GuiSevero/b5275f1955b0f780ead6 to your computer and use it in GitHub Desktop.
Git untrack files
git update-index --assume-unchanged [path]
git update-index --no-assume-unchanged filename
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment