Create a branch.
(options: GitBranchOptions)
| 262 | lsTree(options: GitLsTreeOptions): Promise<TreeEntryView[]>; |
| 263 | /** Create a branch. */ |
| 264 | branch(options: GitBranchOptions): Promise<void>; |
| 265 | /** Delete a branch. */ |
| 266 | branchDelete(options: GitBranchDeleteOptions): Promise<void>; |
| 267 | /** List local branches. */ |
no outgoing calls
no test coverage detected