mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-05-01 06:15:41 +08:00
enhance: change the default reset mode to --mixed which is the default action in git commandline (#551)
This commit is contained in:
@@ -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 };
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user