mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
Clean out the git directory
This commit is contained in:
parent
c1fe509b13
commit
4ea5f21792
1 changed files with 3 additions and 0 deletions
|
|
@ -58,6 +58,9 @@ const run = async (toolbox: GluegunToolbox) => {
|
|||
throw new Error(`Exercise is invalid: ${exercise}`)
|
||||
}
|
||||
|
||||
console.log(await execa({ cwd: exercisesPath })`git checkout -f`)
|
||||
console.log(await execa({ cwd: exercisesPath })`git clean -fd`)
|
||||
|
||||
const id = config.runId ? Number(config.runId) : undefined
|
||||
let run: Run
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue