Last active
June 28, 2017 09:38
-
-
Save Jerrot/5044ea0f9e7e8a363ade937ca35ee8c5 to your computer and use it in GitHub Desktop.
Temporary ignore/unignore git files when using the index (like git add -A)
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