Created
April 13, 2017 18:50
-
-
Save sofaking/a8a2b03ecaddebff9915e925b1345934 to your computer and use it in GitHub Desktop.
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
# http://stackoverflow.com/questions/6335521/git-how-to-revert-2-files-that-are-stubbornly-stuck-at-changed-but-not-committ | |
git ls-files -m | xargs -I {} git update-index --assume-unchanged {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment