pull/5370/head
filip mertens 1 year ago committed by yann300
parent 6e2734cf85
commit 97670eff04
  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