mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-26 03:40:45 +08:00
10 lines
143 B
C#
10 lines
143 B
C#
namespace SourceGit.Models
|
|
{
|
|
public enum DealWithLocalChanges
|
|
{
|
|
DoNothing,
|
|
StashAndReaply,
|
|
Discard,
|
|
}
|
|
}
|