mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-24 02:40:24 +08:00
feature: use branch's fullname to create new branch based on selected one
This commit is contained in:
@@ -28,7 +28,7 @@ namespace SourceGit.ViewModels {
|
||||
|
||||
public CreateBranch(Repository repo, Models.Branch branch) {
|
||||
_repo = repo;
|
||||
_baseOnRevision = branch.Head;
|
||||
_baseOnRevision = branch.FullName;
|
||||
|
||||
BasedOn = branch;
|
||||
View = new Views.CreateBranch() { DataContext = this };
|
||||
|
||||
Reference in New Issue
Block a user