Update create-or-update-branch.ts
This commit is contained in:
parent
ea40e374b4
commit
425ca0780e
@ -165,7 +165,7 @@ export async function createOrUpdateBranch(
|
||||
|
||||
// Remove uncommitted tracked and untracked changes
|
||||
await git.exec(['reset', '--hard'])
|
||||
await git.exec(['clean', '-f', '-d'])
|
||||
//await git.exec(['clean', '-f', '-d'])
|
||||
|
||||
// Perform fetch and reset the working base
|
||||
// Commits made during the workflow will be removed
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user