Visualizing branch topology in git

Posted by Benjol on Stack Overflow See other posts from Stack Overflow or by Benjol
Published on 2009-12-03T09:55:04Z Indexed on 2010/03/26 12:13 UTC
Read the original article Hit count: 162

Filed under:
|

I'm playing with git in isolation on my own machine, and even like that I find it difficult to maintain a mental model of all my branches and commits. I know I can do a git log to see the commit history from where I am, but is there a way to see the entire branch topography, something like these ascii maps that seem to be used everywhere for explaining branches?

      .-A---M---N---O---P
     /     /   /   /   /
    I     B   C   D   E
     \   /   /   /   /
      `-------------'

It just feels like someone coming along and trying to pick up my repository would have difficulty working out exactly what was going on.

I guess I'm influenced by AccuRev's stream browser...

© Stack Overflow or respective owner

Related posts about git

Related posts about gui