Skip to content

Instantly share code, notes, and snippets.

@zirosas
Created December 2, 2013 22:16
Show Gist options
  • Select an option

  • Save zirosas/7760085 to your computer and use it in GitHub Desktop.

Select an option

Save zirosas/7760085 to your computer and use it in GitHub Desktop.
GIT: ignoring changes in tracked files
git update-index --assume-unchanged <file>
git update-index --no-assume-unchanged <file>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment