Unstage paths or hard-reset tracked files to a ref.
(options?: ResetOptions)
| 306 | stashPop(options?: StashPopOptions): Promise<void>; |
| 307 | /** Unstage paths or hard-reset tracked files to a ref. */ |
| 308 | reset(options?: ResetOptions): Promise<void>; |
| 309 | /** Remove untracked files (and directories with `directories`). */ |
| 310 | clean(options?: CleanOptions): Promise<string[]>; |
| 311 | /** |
no outgoing calls
no test coverage detected