pub fn get_local_branches(repo: &Repository) -> Result<Vec<String>, GitError>
Get a list of local branch names.
repo