mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-24 03:45:00 +00:00
refactor: rewrite stash local changes
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
10569022d7
commit
957fbbf54f
16 changed files with 92 additions and 77 deletions
|
@ -176,17 +176,11 @@ namespace SourceGit.Models
|
|||
set;
|
||||
} = false;
|
||||
|
||||
public bool KeepIndexWhenStash
|
||||
public int ChangesAfterStashing
|
||||
{
|
||||
get;
|
||||
set;
|
||||
} = false;
|
||||
|
||||
public bool AutoRestoreAfterStash
|
||||
{
|
||||
get;
|
||||
set;
|
||||
} = false;
|
||||
} = 0;
|
||||
|
||||
public string PreferredOpenAIService
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue