Skip to content

Instantly share code, notes, and snippets.

@cbilgili
Created January 7, 2020 14:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cbilgili/053215b8169b2763b9596cf65d21d663 to your computer and use it in GitHub Desktop.
Save cbilgili/053215b8169b2763b9596cf65d21d663 to your computer and use it in GitHub Desktop.
Git: Ignore tracked files
git update-index --assume-unchanged [<file> ...]
To undo and start tracking again:
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