Last active
September 16, 2022 06:22
-
-
Save williamluisan/bc08331a991a1341f44869cf8130befe to your computer and use it in GitHub Desktop.
Tells git to assume that file not changed
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 [path] | |
Details: | |
https://luisdalmolin.dev/blog/ignoring-files-in-git-without-gitignore/ | |
http://source.kohlerville.com/2009/02/untrack-files-in-git/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment