mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-11-01 13:13:21 -07:00
optimize<CreateBranch>: use [Stash & Reapply] as default when create new branch
This commit is contained in:
parent
0f9b8e8eee
commit
7ccd0ea80e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue