Initialise a new repository in the bound workspace.
(options?: GitInitOptions)
| 238 | diffSummary(options?: GitDiffOptions): Promise<DiffSummaryEntry[]>; |
| 239 | /** Initialise a new repository in the bound workspace. */ |
| 240 | init(options?: GitInitOptions): Promise<void>; |
| 241 | /** Describe the working-tree / index / HEAD delta. */ |
| 242 | status(options?: GitStatusOptions): Promise<StatusEntry[]>; |
| 243 | /** Stage paths into the index. */ |
no outgoing calls