List files in the index (or at a given ref).
(options?: GitLsFilesOptions)
| 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). */ |
| 262 | lsTree(options: GitLsTreeOptions): Promise<TreeEntryView[]>; |
| 263 | /** Create a branch. */ |
no outgoing calls