Put your git repo where your mouth is?

GitHub

I like this idea from Martin Ruestartupsmanchester.com

The idea is pretty simple. Assuming you have a git repo for your project, you simply register your project/startup on the site and you’ll get a post-commit git hook script. Drop this script into your repo’s .git/hooks directory and it’ll start sharing your progress with the rest of the community each time you commit.

It doesn’t share anything sensitive and stores only the commit message, the commit author name and a count of the files changed. It also calculates some basic stats for each project to give a better idea of how much continual work is happening on the project.

Now we’ll all be able to see who’s actually doing stuff and who’s just talking. Maybe seeing 3 or 4 other startups doing lots of stuff will even encourage you to keep up the pace. It certainly will for me!

As he says, “put your git repo where your mouth is…”