Hulkort

Hulkort is a web service that helps you tracking your Git commit statistics. It provides you with logs of your last commits. Plus nice looking graphs to visualize your commit patterns.

All this is done with the help of Git hooks. A post-commit hook pings the Hulkort API every time you commit.

The post-commit hook is also added to Git's templates to get more automation. Every time a new repository is created the hook is added.

You can find a more in depth explanation on the Hulkort website.

Team