mirror of
https://forgejo.stefka.eu/jiriks74/create-pull-request.git
synced 2025-01-18 16:01:06 +01:00
Update create-or-update-branch.ts
This commit is contained in:
parent
ea40e374b4
commit
425ca0780e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue