Created
July 8, 2020 17:13
-
-
Save bananita/7c95316f2f45dcf614655d0a0da40686 to your computer and use it in GitHub Desktop.
ignore local files without gitignore
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
git update-index --assume-unchanged FILENAME | |
git update-index --no-assume-unchanged FILENAME |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment