From 425ca0780e4044271a93a22c8c16509d238aaff7 Mon Sep 17 00:00:00 2001 From: syadav07 <34140381+syadav07@users.noreply.github.com> Date: Wed, 4 Jan 2023 09:56:33 -0500 Subject: [PATCH] Update create-or-update-branch.ts --- src/create-or-update-branch.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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