Skip to content
Snippets Groups Projects
Unverified Commit 286e17c5 authored by ck85nori's avatar ck85nori :railway_track:
Browse files

removes branch from motivation structure

parent f4072d20
Branches
No related tags found
No related merge requests found
digraph { digraph {
node [shape = "box", style = "filled, rounded"] node [shape = "box", style = "filled, rounded"]
subgraph clustermaster { master4[label = "Dirk (today)\nupdates methods chapter", color = limegreen]
label = "master" master3[label = "Christian (yesterday)\nfixes typos", color = darkorchid1]
master2[label = "Dirk (three days ago)\nadds methods chapter", color = limegreen]
master1[label = "...", color = grey]
node [color = limegreen] master4 -> master3 -> master2 -> master1
master4[label = "Dirk (today)\nupdates methods chapter", color = limegreen]
master3[label = "Christian (yesterday)\nfixes typos", color = darkorchid1]
master2[label = "Dirk (three days ago)\nadds methods chapter", color = limegreen]
master1[label = "...", color = grey]
master4 -> master3 -> master2 -> master1
}
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment