mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2025-01-10 23:47:21 -08:00
enhance: change the default reset mode to --mixed
which is the default action in git commandline (#551)
This commit is contained in:
parent
14334b08d2
commit
ac74e4ba32
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ namespace SourceGit.ViewModels
|
|||
_repo = repo;
|
||||
Current = current;
|
||||
To = to;
|
||||
SelectedMode = Models.ResetMode.Supported[0];
|
||||
SelectedMode = Models.ResetMode.Supported[1];
|
||||
View = new Views.Reset() { DataContext = this };
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue