style: UseRebase and AutoStash perfered selected by default

This commit is contained in:
leo 2024-03-08 17:49:03 +08:00
parent 61e1491854
commit 8d533e5270

View file

@ -40,12 +40,12 @@ namespace SourceGit.ViewModels {
public bool UseRebase {
get;
set;
}
} = true;
public bool AutoStash {
get;
set;
}
} = true;
public Pull(Repository repo, Models.Branch specifiedRemoteBranch) {
_repo = repo;