Possible Duplicate:
Visualizing branch topology in git
I'm creating a git repository and I was creating couple branches. Is there a way to map the branches I have created?
For example:
Master
    -Development
        -Feature1
        -Feature 2
    -Hotfix
        -Bug 1
 
     
    