Skip to main content

3 docs tagged with "git"

View all tags

Git Clean & Smudge Filters

A comprehensive guide to understanding, implementing, and mastering Git's clean/smudge filter system for automatic file transformations, including practical examples, security implementations, and advanced techniques.

Git Worktree with Sparse-Checkout

Master the combination of git worktree --no-checkout with sparse-checkout to create focused development environments without touching the main branch.