Skip to main content

create_worktree

Function create_worktree 

Source
pub fn create_worktree(repo_path: &Path) -> Result<WorktreeGuard>
Expand description

Create a git worktree for one agent run with an auto-generated branch name (ryu/run-<id>). Thin wrapper over create_worktree_in.