Skip to content

Commit 0a799a4

Browse files
committed
keep the old behavior while pulling
1 parent 4ad7b58 commit 0a799a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ViewModels/Pull.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public override async Task<bool> Sure()
125125
{
126126
if (DiscardLocalChanges)
127127
{
128-
await Commands.Discard.AllAsync(_repo.FullPath, false, false, log);
128+
await Commands.Discard.AllAsync(_repo.FullPath, false, true, log);
129129
}
130130
else
131131
{

0 commit comments

Comments
 (0)