Skip to content

Instantly share code, notes, and snippets.

@jaimeguzman
Created July 3, 2015 19:09
Show Gist options
  • Select an option

  • Save jaimeguzman/d4e183015668235ae7cf to your computer and use it in GitHub Desktop.

Select an option

Save jaimeguzman/d4e183015668235ae7cf to your computer and use it in GitHub Desktop.
hide / unhide git
hide = update-index --assume-unchanged
unhide = update-index --no-assume-unchanged
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment