mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-23 02:12:25 +08:00
style: UseRebase and AutoStash perfered selected by default
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user