The checkout where the worktrees will be created from will be in `~/src/<repo-name>.git` Creating new workflows will be as following: ```bash git worktree add ../<repo-name>/<branch-name> ``` ```bash ~ src <repo-name>.git <repo-name> <branch-name> ```
The checkout where the worktrees will be created from will be in
~/src/<repo-name>.gitCreating new workflows will be as following: