mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 20:24:59 +00:00
feature<Pull>: remember user's choice for Pull
This commit is contained in:
parent
0463879b29
commit
e779d1b65e
3 changed files with 16 additions and 7 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue