Created
July 29, 2014 18:48
-
-
Save isanosian/82683f4e4928cd2b7775 to your computer and use it in GitHub Desktop.
git: ignore local changes to tracked files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[alias] | |
ignore = update-index --assume-unchanged | |
unignore = update-index --no-assume-unchanged | |
ignored = !git ls-files -v | grep "^[[:lower:]]" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment