Git - add option to restore staged changes when aplying/popping a stash (#278556)

This commit is contained in:
Ladislau Szomoru
2025-11-20 11:13:37 +00:00
committed by GitHub
parent 4c798ea2c6
commit 9c36e3505a
3 changed files with 20 additions and 17 deletions

View File

@@ -3411,9 +3411,7 @@ export class CommandCenter {
}
await repository.migrateChanges(worktreeRepository.root, {
confirmation: true,
deleteFromSource: false,
untracked: true
confirmation: true, deleteFromSource: true, untracked: true
});
}