Skip to content

Commit e4cf87c

Browse files
authored
Git - stash untracked filed during checkout (microsoft#214768) (microsoft#236057)
1 parent f143959 commit e4cf87c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/git/src/commands.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2619,7 +2619,7 @@ export class CommandCenter {
26192619
await this.cleanAll(repository);
26202620
await item.run(repository, opts);
26212621
} else if (choice === stash || choice === migrate) {
2622-
if (await this._stash(repository)) {
2622+
if (await this._stash(repository, true)) {
26232623
await item.run(repository, opts);
26242624

26252625
if (choice === migrate) {

0 commit comments

Comments
 (0)