TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Find your first open-source commit

3 pointsby gajusalmost 5 years ago
I couldn&#x27;t recall how I got started in open-source, so I&#x27;ve used GitHub API to find the very first pubic commit. Turns out it was some JavaScript based game, committed all mostly in one go.<p>I made the script available for others to use:<p>https:&#x2F;&#x2F;gitspo.com&#x2F;gajus&#x2F;first-commits<p>Replace &quot;gajus&quot; with your GitHub username to find your first commit.

1 comment

gajusalmost 5 years ago
For anyone wondering, this is the relevant API <a href="https:&#x2F;&#x2F;developer.github.com&#x2F;v3&#x2F;search&#x2F;#search-commits" rel="nofollow">https:&#x2F;&#x2F;developer.github.com&#x2F;v3&#x2F;search&#x2F;#search-commits</a>.