How to use `git worktree list` to see all your linked branches and folders
If you've started using Git Worktrees to juggle multiple branches at once, your file system can quickly become a bit of a maze. You might forget which folder is tracking which feature, or worse, why Git won't let you delete a branch because it's "in use" somewhere you can't find.
git worktree list is your GPS. It tells you exactly how your main repository is linked to various folders on your machine.
