mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
just marking up some code
This commit is contained in:
@@ -23,4 +23,6 @@ Console.WriteLine("Created a tag for {0} at {1}", result.Tag, result.Sha);
|
||||
|
||||
Or you can fetch an existing tag from the API:
|
||||
|
||||
var tag = await client.GitDatabase.Tags.Get("octokit", "octokit.net", "v1.0.0");
|
||||
```
|
||||
var tag = await client.GitDatabase.Tags.Get("octokit", "octokit.net", "v1.0.0");
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user