Remove untracked files (and directories with `directories`).
(options?: CleanOptions)
| 308 | reset(options?: ResetOptions): Promise<void>; |
| 309 | /** Remove untracked files (and directories with `directories`). */ |
| 310 | clean(options?: CleanOptions): Promise<string[]>; |
| 311 | /** |
| 312 | * Argv-driven entry point. The worker-backend's `git` custom |
| 313 | * command dispatches through this; in-process callers can use |