git multiple worktrees

Developer from somewhere

This checks out the branch called

1
devel
in a folder called
1
dev-code
. It makes it easy to keep track of multiple branches of your project without having to have multiple clones, or to keep switching from one branch to the other :

git worktree add dev-code devel