pub fn create_branch(repo_path: &Path, branch_name: &str) -> Result<(), Error>
Creates a new local branch pointing at HEAD.