git - Time of creation of a Github Fork -


for doing research on github fork , need know exact time created. anyway so? maybe metadata somewhere?

you use github repos api, contain creation date:

  /users/:user/repos      ...     "pushed_at": "2011-01-26t19:06:43z",     "created_at": "2011-01-26t19:01:12z",   <====     "updated_at": "2011-01-26t19:14:43z"   } 

Comments