pub fn make_git_worktree(
git: &Git,
worktree_name: &str,
) -> Result<GitWorktreeWrapper>
Expand description
Create a new worktree for the provided repository.
pub fn make_git_worktree(
git: &Git,
worktree_name: &str,
) -> Result<GitWorktreeWrapper>
Create a new worktree for the provided repository.