(options = {})
| 679 | }); |
| 680 | }, |
| 681 | async reset(options = {}) { |
| 682 | return resetWith({ |
| 683 | ...options, |
| 684 | fs: await fs(), |
| 685 | git: await loadGit<IsomorphicGitResetClient>(), |
| 686 | cache, |
| 687 | }); |
| 688 | }, |
| 689 | async clean(options = {}) { |
| 690 | return cleanWith({ |
| 691 | ...options, |