enhance: change the default action to deal with local changes on pull/checkout/create new branch to Do Nothing (#185)

This commit is contained in:
leo 2024-06-19 15:29:40 +08:00
parent a168b05ac6
commit a717e48a29
No known key found for this signature in database
7 changed files with 18 additions and 18 deletions

View file

@ -78,6 +78,6 @@ namespace SourceGit.ViewModels
}
private readonly Repository _repo = null;
private Models.DealWithLocalChanges _preAction = Models.DealWithLocalChanges.StashAndReaply;
private Models.DealWithLocalChanges _preAction = Models.DealWithLocalChanges.DoNothing;
}
}