Find out where the GitHub repo has been forked from

enter image description here

In this photo you are told what the repo was unleashed from. I was looking through the github2 api and I cannot find a way to get this information. Any ideas?

+7
source share
1 answer

Take a look at the parent / source field from the show repo command. http://develop.github.com/p/repo.html

I think that does what you want.

+8
source

All Articles