mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-30 22:01:10 +08:00
feature<Pull>: remember user's choice for Pull
This commit is contained in:
@@ -141,6 +141,16 @@ namespace SourceGit.Models {
|
||||
/// </summary>
|
||||
public bool UseCombinedDiff { get; set; } = false;
|
||||
|
||||
/// <summary>
|
||||
/// Pull时是否使用Rebase替换Merge
|
||||
/// </summary>
|
||||
public bool UseRebaseOnPull { get; set; } = true;
|
||||
|
||||
/// <summary>
|
||||
/// Pull时是否使用自动暂存
|
||||
/// </summary>
|
||||
public bool UseAutoStashOnPull { get; set; } = true;
|
||||
|
||||
/// <summary>
|
||||
/// 未暂存视图中变更显示方式
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user