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
No related branches found
No related tags found
No related merge requests found
digraph {
node [shape = "box", style = "filled, rounded"]
subgraph clustermaster {
label = "master"
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]
node [color = limegreen]
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
}
master4 -> master3 -> master2 -> master1
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment