We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e9337b commit d9376ccCopy full SHA for d9376cc
README.md
@@ -21,6 +21,7 @@ Here is a quick rundown of what you are seeing:
21
4. The bluish boxes underneath commit and merge nodes are the branches associated with the commit. There is one box for each branch.
22
5. The light purple boxes above the commit and merge nodes are the tags associated with the commit. There is one box for each tag.
23
6. The arrows on the edges show the back (parent) pointer relationships from the repo. Git does not have child references.
24
+7. The yellow box at the bottom is an optional graph label with custom text.
25
26
It works by running over the .git repository in the current directory
27
and generating a commit relationship DAG that has both parent and
0 commit comments