This commit is contained in:
syadav07 2023-01-04 10:24:23 -05:00
parent 425ca0780e
commit f5db973456

View file

@ -165,6 +165,7 @@ export async function createOrUpdateBranch(
// Remove uncommitted tracked and untracked changes // Remove uncommitted tracked and untracked changes
await git.exec(['reset', '--hard']) await git.exec(['reset', '--hard'])
//await git.exec(['clean', '-f', '-d']) //await git.exec(['clean', '-f', '-d'])
// Perform fetch and reset the working base // Perform fetch and reset the working base