(options = {})
| 573 | }); |
| 574 | }, |
| 575 | async push(options = {}) { |
| 576 | return pushWith({ |
| 577 | ...options, |
| 578 | fs: await fs(), |
| 579 | git: await loadGit<IsomorphicGitNetworkClient>(), |
| 580 | http: await loadHttp(), |
| 581 | cache, |
| 582 | }); |
| 583 | }, |
| 584 | async pull(options = {}) { |
| 585 | return pullWith({ |
| 586 | ...options, |