Current branch name, or undefined on detached HEAD.
(options?: GitCurrentBranchOptions)
| 256 | repoRoot(options?: GitRepoRootOptions): Promise<string>; |
| 257 | /** Current branch name, or undefined on detached HEAD. */ |
| 258 | currentBranch(options?: GitCurrentBranchOptions): Promise<string | undefined>; |
| 259 | /** List files in the index (or at a given ref). */ |
| 260 | lsFiles(options?: GitLsFilesOptions): Promise<string[]>; |
| 261 | /** List one level of a tree (or sub-tree). */ |
no outgoing calls