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.

Git-achievements: Earn geeky merit badges while learning Git

77 pointsby pufuwozuover 14 years ago

7 comments

icefoxover 14 years ago
Git-achievements was a lot of fun to make. Lots of laughs coming up with the various "achievements" you get to unlock with various people on #startups. For the curious I wrote up a blog post on it when I first put it up: <a href="http://benjamin-meyer.blogspot.com/2010/03/git-achievements.html" rel="nofollow">http://benjamin-meyer.blogspot.com/2010/03/git-achievements....</a><p>The unexpected has to be how useful it has been in showing off how easy it is to add commands to git, getting a laugh when giving presentations on learning Git and how every few weeks someone tells me about it.<p>Big thanks to the github guys for gh-pages. It is really a hidden killer feature of github. Rather than a master branch there is only a gh-pages branch which is what makes publishing achievements to easy for anyone to do. It makes dumping up little js apps/tests/examples in a git repo online really easy such as these other two repos: <a href="http://github.com/icefox/js_email_link_hack" rel="nofollow">http://github.com/icefox/js_email_link_hack</a> <a href="http://github.com/icefox/javascript_genetic_algorithm" rel="nofollow">http://github.com/icefox/javascript_genetic_algorithm</a>
lehmannroover 14 years ago
<i>shameless plug</i> I have been working on a similar thing in the last few days: <a href="http://github.com/lehmannro/commithero" rel="nofollow">http://github.com/lehmannro/commithero</a><p>It's based on the commit history rather than local actions and should work on Git, Subversion, Mercurial, and Bazaar. I am still low on achievements (about half a dozen implemented) but tried to make the API for third-party achievements <i>as easy as possible</i>; patches welcome!
wccrawfordover 14 years ago
I'll admit it, I love cheevos. And I feel an odd compulsion to install this. But something makes me not want to add in a game into my work, even if it's work I do at home, for myself.
评论 #1734804 未加载
CWIZOover 14 years ago
I had a similar idea a while ago. But I was thinking on a global scale, you would earn points/badges for actions you take in git. And then there would be a website where you could see how productive you are compared to other developers around the world.<p>What do you think?
tomjen3over 14 years ago
Am I the only one who whould be actively turned against learning Git because of these "merit badges"? It just seems like another of those gold stars they gave you in grade school...
评论 #1735050 未加载
jarinover 14 years ago
This makes me want to add achievements to Ruby Koans: <a href="http://rubykoans.com/" rel="nofollow">http://rubykoans.com/</a><p>Although the Zen masters would probably frown on that.
评论 #1734549 未加载
jrockwayover 14 years ago
I love it when the Ruby community discovers a tool that a few kernel hackers wrote over a long weekend.