GitHub URL Parser
Parse any GitHub URL to extract repository information. Get the owner, repository name, branch, file path, issue number, PR number, and other components instantly.
Enter a GitHub URL above to parse it into its components
FAQ
What types of GitHub URLs are supported?
This parser supports repository URLs, file URLs, issue URLs, pull request URLs, gist URLs, raw file URLs, and GitHub Enterprise URLs. Both HTTPS and SSH formats are supported.
What information can be extracted?
Depending on the URL type, you can extract: owner/organization, repository name, branch/tag/commit, file path, issue/PR number, line numbers, and gist IDs.
Does this work with GitHub Enterprise?
Yes, the parser supports GitHub Enterprise URLs. It will detect the custom domain and extract the same information as from standard github.com URLs.