mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-24 02:40:24 +08:00
enhance: remember the last selection of Use rebase instead of merge on pull for each repository (#185)
This commit is contained in:
@@ -39,6 +39,12 @@ namespace SourceGit.ViewModels
|
||||
set => SetProperty(ref _gitDir, value);
|
||||
}
|
||||
|
||||
public bool PreferRebaseInsteadOfMerge
|
||||
{
|
||||
get;
|
||||
set;
|
||||
} = true;
|
||||
|
||||
public AvaloniaList<string> Filters
|
||||
{
|
||||
get;
|
||||
|
||||
Reference in New Issue
Block a user