method GitClient.prototype.getBranchimport { GitClient } from "https://deno.land/x/kd_clients@v1.0.0-preview.14/mod.ts"; getBranch(name: string): Promise<GitBranchModel>Gets a branch with the given branch name. Parametersname: stringThe name of the branch. ReturnsPromise<GitBranchModel>The branch.