Function repo_create_branch

Source
pub async fn repo_create_branch(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    body: Option<CreateBranchRepoOption>,
) -> Result<Branch, Error<RepoCreateBranchError>>