Worktree
Clone
Clone a repository into the gmc worktree layout.
gmc wt clone creates the bare repository plus sibling worktree layout used by the rest of gmc wt.
Usage
gmc wt clone https://github.com/user/repo.gitFork workflow
gmc wt clone https://github.com/me/fork.git --upstream https://github.com/upstream/repo.gitCustom name
gmc wt clone https://github.com/user/repo.git --name my-projectNotes
Use this as the starting point for new repos. In an existing clone, use gmc wt add or gmc wt dup.