pub fn checkout_new_branch( branch: &str, start_point: &str, verbose: bool, ) -> Result<()>
Create and checkout a new branch from a starting point