pub async fn git_create_branch(repo: &Path, name: &str) -> Result<(), GitError>
Create and switch to a new branch called name.
name