# Main feature branch
~/project/main/
# Hotfix in separate directory
~/project/hotfix-auth/
# Code review in another
~/project/review-pr-42/Git Worktrees: Work on Multiple Branches Simultaneously
Stop stashing and switching branches. Git worktrees let you have multiple branches checked out at once. Perfect for code reviews, hotfixes, and parallel AI coding.