Git worktree
Problem it solve
Create a copy of the whole repo as a separate directory
Why not just use git branch
git branch is for smaller changes
worktree is for really breaking, sweeping changes that also include git ignored files/folders
Worktree w clau...
ductrinh.dev1 min read