Live data from Hacker News

Gource – Animate your Git history

gource.io

1–10 of 30 posts

Re: Gource – Animate your Git history

#6
I remember hearing about this ten years ago, and I played with it, and it's cool enough, though for the life of me I have not been able to figure out anything actually useful to do with it. Does anyone use it as part of their actual workflow?

Re: Gource – Animate your Git history

#8

I discovered Gource back in 2013 when Minecraft released an animation of their first 800+ days of dev: https://www.youtube.com/watch?v=zRjTyRly5WA

Hah! I also discovered it from the same source and was just about to post the same link. That video made quite an impact on me.

Re: Gource – Animate your Git history

#9
post #6

I remember hearing about this ten years ago, and I played with it, and it's cool enough, though for the life of me I have not been able to figure out anything actually useful to do with it. Does anyone use it as part of their actual workflow?

Same, we used it for a bit to demonstrate the quantity of work that underly the feature requests to the business. Sure, you see a new button, but HERE is the rest of the iceberg...

Re: Gource – Animate your Git history

#10
One of the first things I do any time I start a new job or enter a new repository is run Gource – it gives me an initial sense of several things:

* Project structure (how flat vs hierarchical is the file tree?)

* Which files keep being edited (likely to find bugs and/or tech debt there)

* Which areas different people tend to work in (eg, do they hop around a lot between client/server?)

And of course it is just a fun thing to watch, and usually someone will walk by and ask about what I'm looking at, then they'll come watch with me.

Post reply on HN