pub fn worktree_add( path: &str, branch: &str, start_point: &str, verbose: bool, ) -> Result<()>
Add a new worktree at the given path with a new branch from a start point