diff --git a/src/create-or-update-branch.ts b/src/create-or-update-branch.ts index ebdef12..0f0cb17 100644 --- a/src/create-or-update-branch.ts +++ b/src/create-or-update-branch.ts @@ -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