Merge branch 'develop' into feature/treedatagrid

This commit is contained in:
leo 2024-05-29 16:45:51 +08:00
commit f8b327746c
13 changed files with 253 additions and 212 deletions

View file

@ -0,0 +1,9 @@
namespace SourceGit.Models
{
public enum DealWithLocalChanges
{
StashAndReaply,
Discard,
DoNothing,
}
}