- createBranchGitBranch createBranch(GitRepo repo, string name, GitCommit target, bool force) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- deleteBranchvoid deleteBranch(GitBranch branch) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- iterateBranchesvoid iterateBranches(GitRepo repo, GitBranchType types, BranchIterationDelegate del) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- lookupBranchGitBranch lookupBranch(GitRepo repo, string name, GitBranchType type) 
- Undocumented in source. Be warned that the author may not have intended to support it.