pull/4236/head
filip mertens 1 year ago committed by yann300
parent 23abea9d3e
commit 5a89256270
  1. 9
      apps/remix-ide/src/app/files/dgitProvider.js

@ -380,15 +380,6 @@ class DGitProvider extends Plugin {
})
if(result && result.length) {
this.call('terminal', 'logHtml', `Checking out submodule ${dir} to ${result[0]} in directory ${dir}`)
await git.fetch({
...await this.getGitConfig(dir),
...await this.parseInput(input),
})
const status = await git.log({
...await this.getGitConfig(dir),
...cmd
})
await git.checkout({
...await this.getGitConfig(dir),
ref: result[0]

Loading…
Cancel
Save