Skip to main content

create

Function create 

Source
pub fn create(
    name: &str,
    source: Option<&str>,
    config: &Config,
    cwd: &Path,
) -> Result<PathBuf>
Expand description

Create a worktree for the current project.

Returns the path to the created worktree.