[WIP] Git
This commit is contained in:
parent
e377a32732
commit
9cbb1706ad
17 changed files with 99 additions and 7803 deletions
|
|
@ -20,5 +20,10 @@ namespace Yavsc.Server.Models.IT.SourceCode
|
|||
|
||||
[ForeignKey("OwnerId")]
|
||||
public virtual ApplicationUser Owner { get; set; }
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return $"[Git ref {Path} {Branch} {Url}]";
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue