Skip to content

Commit ac74e4b

Browse files
committed
enhance: change the default reset mode to --mixed which is the default action in git commandline (sourcegit-scm#551)
1 parent 14334b0 commit ac74e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ViewModels/Reset.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public Reset(Repository repo, Models.Branch current, Models.Commit to)
2727
_repo = repo;
2828
Current = current;
2929
To = to;
30-
SelectedMode = Models.ResetMode.Supported[0];
30+
SelectedMode = Models.ResetMode.Supported[1];
3131
View = new Views.Reset() { DataContext = this };
3232
}
3333

0 commit comments

Comments
 (0)