I used git worktree add
to create a new worktree. I noticed that is has created a new branch in the repo with the same name as the worktree. What is this branch for?
I have checked out an other, pre-existing branch in the second worktree. Am I free to delete the branch that git worktree add
created?