Content
@
0 reply
0 recast
0 reaction
Jonathan Barbeau
@jbarbeau
Tech question, is there a way to map and visualize all the commits and branch of a repo in all sorts of cool diagrams (see image)? I've only been able to find stuff to map the files of a repo but not the commits/branches. any help would be greatly appreciated :)
1 reply
0 recast
5 reactions
comz
@comz
if you want simple ascii & in the terminal, you could build off: git log --all --decorate --oneline --graph
1 reply
0 recast
1 reaction
Jonathan Barbeau
@jbarbeau
It's mostly to use later so I can make a diagram out of it (ie a mind map) with the main branch being the center node and all of my projects being branches (this is how I use git to make art). Maybe it doesn't exist because my use case is so niche.
0 reply
0 recast
1 reaction