GitHub Repo First Commit

GitHub Repo First Commit

 How to navigate to the earliest commit in a repository?

  1. Easiest to find out how old a repo roughly is, you can go to “Insights” and then “Contributors” i prvi datum u periodu koji je prikazan je otprilike prvi commit.

  2. Datum kreiranja repo-a nije isto što i prvi commit jer repos mogu biti pomerani, ali ipak treba i to pomenuti, ali je to dosta lako kroz API sa endpoint: https://api.github.com/repos/{:owner}/{:repository}, odnosno sa handy cURL one-liner: curl -s https://api.github.com/repos/KhronosGroup/WebGL | grep ‘created_at’ | cut -d: -f2-

  3. Imaš i bookmarklet FarhadG/init: ❗ Go to the first (initial) commit of any GitHub repo i mnoge extensije i userscript-ove

How do I find the date of the first commit in a GitHub repository? - Web Applications Stack Exchange

date 07. Sep 2023 | modified 29. Dec 2023
filename: Tip » GitHub Repo First Commit
Article Content