mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 12:45:00 +00:00
enhance: create branch on detached HEAD (#344)
This commit is contained in:
parent
c596427380
commit
ed2d3279e1
5 changed files with 5 additions and 5 deletions
|
@ -28,10 +28,10 @@ namespace SourceGit.Models
|
|||
public string Head { get; set; }
|
||||
public bool IsLocal { get; set; }
|
||||
public bool IsCurrent { get; set; }
|
||||
public bool IsDetachedHead { get; set; }
|
||||
public string Upstream { get; set; }
|
||||
public BranchTrackStatus TrackStatus { get; set; }
|
||||
public string Remote { get; set; }
|
||||
public bool IsHead { get; set; }
|
||||
|
||||
public string FriendlyName => IsLocal ? Name : $"{Remote}/{Name}";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue