How to draw(edit) an ascii git tree

Viewed 6648

How the git tree shown in the git documentation like the one below

       G   H   I   J
        \ /     \ /
         D   E   F
          \  |  / \
           \ | /   |
            \|/    |
             B     C
              \   /
               \ /
                A

is drawn(edited). Is there a specific tool to do it. I have looked at the http://www.asciiflow.com/ which is not very helpful for this purpose.

2 Answers
Related