Skip to main content

make_git_worktree

Function make_git_worktree 

Source
pub fn make_git_worktree(
    git: &Git,
    worktree_name: &str,
) -> Result<GitWorktreeWrapper>
Expand description

Create a new worktree for the provided repository.