Skip to content

Connecting to a github repo

tomhunter-gh edited this page Mar 13, 2013 · 2 revisions

The URL to use for a GitHub repo is the web URL for the repo, for example: https://github.com/tomhunter-gh/SourceLog

Adding a GitHub subscription

This URL is parsed using the following regular expression pattern:

const string pattern = @"https://github.com/(?<username>[^/]+)/(?<reponame>[^/]+)/?";