How to find the created date of a repository project on GitHub?

后端 未结 8 1928
心在旅途
心在旅途 2021-01-29 19:41

How can I find the created date of a project on GitHub?

Basically, I have to find the first commit to see the created date, however, some projects have 500 commits, whi

8条回答
  •  甜味超标
    2021-01-29 20:03

    I've written a bookmarklet for this, It may come in handy. You can even know the details of private or private - organization repositories with a simple workaround.

    GitHub repository size, creation date bookmarklet | Source Code

提交回复
热议问题