(options)
| 651 | }); |
| 652 | }, |
| 653 | async configSet(options) { |
| 654 | return configSetWith({ |
| 655 | ...options, |
| 656 | fs: await fs(), |
| 657 | git: await loadGit<IsomorphicGitPlumbingClient>(), |
| 658 | }); |
| 659 | }, |
| 660 | async stashPush(options = {}) { |
| 661 | return stashPushWith({ |
| 662 | ...options, |
nothing calls this directly
no test coverage detected