explain-git-with-d3 icon indicating copy to clipboard operation
explain-git-with-d3 copied to clipboard

Create app to watch a real git repo?

Open kenahoo opened this issue 10 years ago • 3 comments

I've been thinking it would be very cool to have a version of your app that just sits and watches a real git repo as you make commits, pulls, pushes, rebases, etc. and shows the effects visually. It would be especially useful when teaching people about git techniques, because it would provide instant feedback on what just happened to the repo DAG, and we'd still be able to look at git log, etc. for more detailed information.

Do you know anything like this that exists, and/or do you think it's worth adding as a variant here?

kenahoo avatar Apr 07 '14 02:04 kenahoo

My old company put together https://github.com/Readify/GitViz for this

JakeGinnivan avatar Jun 17 '14 14:06 JakeGinnivan

Ooh, cool!

kenahoo avatar Jun 17 '14 22:06 kenahoo

Also found another one yesterday

https://github.com/Haacked/SeeGit

JakeGinnivan avatar Jun 18 '14 07:06 JakeGinnivan