Skip to content

Instantly share code, notes, and snippets.

@peet86
Created December 7, 2015 03:54
Show Gist options
  • Save peet86/6315a0910f352643e8da to your computer and use it in GitHub Desktop.
Save peet86/6315a0910f352643e8da to your computer and use it in GitHub Desktop.
GitFavs
#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