Created
December 7, 2015 03:54
-
-
Save peet86/6315a0910f352643e8da to your computer and use it in GitHub Desktop.
GitFavs
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
#Skip from tracking | |
git update-index --skip-worktree <file> | |
#Get back to tracking | |
git update-index --no-skip-worktree <file> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment