mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-24 10:50:52 +08:00
optimize<CreateBranch>: use [Stash & Reapply] as default when create new branch
This commit is contained in:
@@ -11,7 +11,7 @@ namespace SourceGit.Views.Popups {
|
||||
private string basedOn = null;
|
||||
|
||||
public string BranchName { get; set; } = "";
|
||||
public bool AutoStash { get; set; } = false;
|
||||
public bool AutoStash { get; set; } = true;
|
||||
|
||||
public CreateBranch(Models.Repository repo, Models.Branch branch) {
|
||||
this.repo = repo.Path;
|
||||
|
||||
Reference in New Issue
Block a user