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 { digraph {
node [shape = "box", style = "filled, rounded"] node [shape = "box", style = "filled, rounded"]
subgraph clustermaster {
label = "master"
node [color = limegreen]
master4[label = "Dirk (today)\nupdates methods chapter", color = limegreen] master4[label = "Dirk (today)\nupdates methods chapter", color = limegreen]
master3[label = "Christian (yesterday)\nfixes typos", color = darkorchid1] master3[label = "Christian (yesterday)\nfixes typos", color = darkorchid1]
master2[label = "Dirk (three days ago)\nadds methods chapter", color = limegreen] master2[label = "Dirk (three days ago)\nadds methods chapter", color = limegreen]
...@@ -13,4 +8,3 @@ digraph { ...@@ -13,4 +8,3 @@ digraph {
master4 -> master3 -> master2 -> master1 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