mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 20:24:59 +00: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;
|
_repo = repo;
|
||||||
Current = current;
|
Current = current;
|
||||||
To = to;
|
To = to;
|
||||||
SelectedMode = Models.ResetMode.Supported[0];
|
SelectedMode = Models.ResetMode.Supported[1];
|
||||||
View = new Views.Reset() { DataContext = this };
|
View = new Views.Reset() { DataContext = this };
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue