initial commit
This commit is contained in:
commit
fb65182bb3
2
README.md
Normal file
2
README.md
Normal file
@ -0,0 +1,2 @@
|
||||
## :map: K-space
|
||||
Map but using mermaid git graph. Bitmap is difficult to edit. Vector scales better but difficult to version. Code is shareable and can be easily improved. Hence, map in git graph.
|
55
map.mmd
Normal file
55
map.mmd
Normal file
@ -0,0 +1,55 @@
|
||||
%%{init: {
|
||||
'logLevel': 'debug',
|
||||
'theme': 'base'
|
||||
'gitGraph': {
|
||||
'showBranches': true,
|
||||
'mainBranchName':'corridor'
|
||||
}} }%%
|
||||
gitGraph LR:
|
||||
|
||||
branch residents-area order: 1
|
||||
commit id: "Atlantis, private access" type: REVERSE
|
||||
|
||||
branch corridor order: 5
|
||||
commit
|
||||
merge residents-area tag: "FRONT door"
|
||||
|
||||
branch entrance-front order: 0
|
||||
commit id: "member controlled ground level door"
|
||||
|
||||
checkout corridor
|
||||
|
||||
branch co-working-space order: 6
|
||||
checkout co-working-space
|
||||
commit id: "working tables, chairs, winXP LAN setup"
|
||||
checkout corridor
|
||||
merge co-working-space
|
||||
|
||||
commit id: "oldies but goodies!" tag: "Museum"
|
||||
|
||||
checkout corridor
|
||||
branch kitchenette order: 8
|
||||
commit id: "Coffee machine, fridge, microwave, sink, filtered water, dishwasher"
|
||||
|
||||
checkout corridor
|
||||
branch wc order: 9
|
||||
commit id: "💩️"
|
||||
|
||||
checkout corridor
|
||||
branch dark-area order: 9
|
||||
commit id: "experimentation with single cell organisms"
|
||||
|
||||
checkout corridor
|
||||
branch residents-area2 order: 2
|
||||
commit id: "Another small room" type: REVERSE
|
||||
|
||||
checkout corridor
|
||||
commit
|
||||
commit id: "it's a long corridor"
|
||||
commit
|
||||
branch chaos-room order: 10
|
||||
commit id: "Electronics and soldering" tag: "WANTED: ORDER!"
|
||||
|
||||
checkout corridor
|
||||
merge chaos-room
|
||||
commit
|
Loading…
Reference in New Issue
Block a user