Here's a neat git worktree add example trick. If you want to have multiple active branches on your filesystem at the same time, all you have to do is use the git worktree command. The git worktree add option allows you to run multiple git working trees at the same time, eliminating the need to switch between branches with tedious git checkouts.