Git Worktree: How It Can Help You Enhance Your Git Workflow
Too Long; Didn't Read
Git worktree is a way to checkout many branches in a git repository. This lets us switch between different branches without losing our non-committed work. I am constantly switching between branches and code, and Git worktree has been a huge help to my workflow.