Skip to content

Commit c64fb3f

Browse files
committed
Trying to fix mermaid diagram about fork
1 parent 7f28086 commit c64fb3f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/remotes.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,15 @@ graph LR
392392
alicef --> |cloning| alicel
393393
alicel --> |can commit| alicef
394394
bob --> |forking| alicef
395-
```
395+
alicel -.- n1["cannot commit"]
396+
n1 -.-> bob
397+
398+
n1@{ shape: text}
399+
n2@{ shape: text}
400+
style n1 color:#D50000
401+
linkStyle 2 stroke:#D50000,fill:none
402+
linkStyle 3 stroke:#D50000,fill:none
403+
```
396404
"Alice local" -> "Bob repo" [label="cannot commit" fontcolor=red color=red style=dashed]
397405
"Bob repo" -> "Alice fork" [label="forking"]
398406
"Alice local" -> "Bob repo" [label="can request pulls" fontcolor=blue color=blue style=dashed]

0 commit comments

Comments
 (0)