mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-11-01 13:13:21 -07:00
style: UseRebase and AutoStash perfered selected by default
This commit is contained in:
parent
61e1491854
commit
8d533e5270
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue