Last active
September 11, 2024 11:16
-
-
Save mandiwise/572d5ad49fb7f2c0947f to your computer and use it in GitHub Desktop.
A command to stop tracking and entire directory in a Git repo
This file contains 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
// Reference: http://stackoverflow.com/questions/936249/stop-tracking-and-ignore-changes-to-a-file-in-git | |
$ git rm --cached -r <dir> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
awesome work thanks for help me
can you contact me at [email protected]