pub fn create( name: &str, source: Option<&str>, config: &Config, cwd: &Path, ) -> Result<PathBuf>
Create a worktree for the current project.
Returns the path to the created worktree.