mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-05-31 18:13:21 +00:00
Use GitReference across multiple types
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Octokit
|
||||
{
|
||||
public class GitReference
|
||||
{
|
||||
public string Url { get; set; }
|
||||
public string Sha { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user