Add a draft introduction to Git from graphs
This commit is contained in:
parent
822d0f1ae0
commit
f7aae0452f
24 changed files with 2849 additions and 0 deletions
4
images/git-graphs/merged.dot
Normal file
4
images/git-graphs/merged.dot
Normal file
|
@ -0,0 +1,4 @@
|
|||
digraph merged {
|
||||
node[group=merged];
|
||||
m2 -> r1 -> r2 -> m5;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue