What are the specific advantages of using Git Worktree instead of stashing your work and checking out a branch?
I've heard you aren't able to checkout multiple branches on a single worktree folder. I've also heard the speed and ease of switching between branches/worktree folders makes up for any limitations.