git refs
This commit is contained in:
parent
aa3706e9c8
commit
328895001b
10 changed files with 2781 additions and 27 deletions
9
Yavsc.Server/Models/IT/SourceCode/GitRepository.cs
Normal file
9
Yavsc.Server/Models/IT/SourceCode/GitRepository.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
namespace Yavsc.Server.Models.IT.SourceCode
|
||||
{
|
||||
public class GitRepositoryReference
|
||||
{
|
||||
public string Url { get; set; }
|
||||
public string Path { get; set; }
|
||||
public string Branch { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue