Last active
August 29, 2015 14:20
-
-
Save gokure/bff7c5ee5cc49b2e9ce6 to your computer and use it in GitHub Desktop.
Git rev graph
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
G H I J | |
\ / \ / | |
D E F | |
\ | / \ | |
\ | / | | |
\|/ | | |
B C | |
\ / | |
\ / | |
A | |
A = = A^0 | |
B = A^ = A^1 = A~1 | |
C = A^2 = A^2 | |
D = A^^ = A^1^1 = A~2 | |
E = B^2 = A^^2 | |
F = B^3 = A^^3 | |
G = A^^^ = A^1^1^1 = A~3 | |
H = D^2 = B^^2 = A^^^2 = A~2^2 | |
I = F^ = B^3^ = A^^3^ | |
J = F^2 = B^3^2 = A^^3^2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment