optimize<CreateBranch>: use [Stash & Reapply] as default when create new branch

This commit is contained in:
leo 2021-07-15 18:28:15 +08:00
parent 0f9b8e8eee
commit 7ccd0ea80e

View file

@ -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;