Skip to main content

create

Function create 

Source
pub fn create(name: &str, base: &str) -> Result<PathBuf, WorktreeError>
Expand description

Create a new git worktree.

ยงErrors

Returns an error if the worktree cannot be created.