pub fn create_branch( branch_name: &str, from_point: Option<&str>, verbose: bool, dry_run: bool, ) -> Result<String>
Create a new branch from the current HEAD or a specified point.