I am using the command line version of Git and gitk. I want to see the full version tree, not just the part that is reachable from the currently checked out version. Is it possible?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You can try the following:
You can tell
... or more exotic things like:
|
||||
|
|
|
if you happen to not have a graphical interface available you can also print out the commit graph on the command line:
if this command complains with an invalid option --oneline, use:
|
|||||||
|