what is it?
allows you to checkout and work in multiple git branches simultaneously
adding new worktree
cd into your git project directory
git worktree add ../worktree-nameallows you to checkout and work in multiple git branches simultaneously
cd into your git project directory
git worktree add ../worktree-name