Skip to content

Commit 2eca91f

Browse files
committed
Trying to fix mermaid diagram about fork
1 parent 9ce8d53 commit 2eca91f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/remotes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -393,9 +393,9 @@ graph LR
393393
alicel --> |can commit| alicef
394394
bob --> |forking| alicef
395395
alicel -.- n1["cannot commit"]
396-
n1 -.-> bob
397-
398396
alicel -.- n2["can request pulls"]
397+
398+
n1 -.-> bob
399399
n2 -.-> bob
400400
401401
n1@{ shape: text}
@@ -404,8 +404,8 @@ graph LR
404404
style n2 color:#4169E1
405405
linkStyle 3 stroke:#D50000,fill:none
406406
linkStyle 4 stroke:#D50000,fill:none
407-
linkstyle 5 stroke:#4169E1,fill none
408-
linkstyle 6 stroke:#4169E1,fill none
407+
linkstyle 5 stroke:#4169E1,fill:none
408+
linkstyle 6 stroke:#4169E1,fill:none
409409
```
410410
In this way, Alice can push changes to her repository and eventually make Bob aware of them as well.
411411

0 commit comments

Comments
 (0)