try
try copied to clipboard
try fails to create worktree if PWD is itself a worktree
It should create a new worktree for the parent repository. In fact, git worktree add does that automatically, so it should just work…