Skip to content

Commit d92336f

Browse files
committed
Trying to fix the diamong shape in the diagram
1 parent ab01535 commit d92336f

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
@@ -91,18 +91,18 @@ Why do we need more than one remote?
9191
```mermaid
9292
graph TD
9393
94+
bob{"Bob repo"}
9495
origin["origin"]
9596
style origin fill:#ffffff,stroke:#ffffff,color:#ff0000
9697
upstream["upstream"]
9798
style upstream fill:#ffffff,stroke:#ffffff,color:#ff0000
98-
99-
bob{"Bob repo"}
99+
upstream -.-> bob
100+
origin -.-> alicef
101+
100102
alicef(["Alice fork"])
101103
alicel(["Alice local"])
102104
103-
upstream -.-> bob
104105
bob --> alicef
105-
origin -.-> alicef
106106
107107
alicef --> alicel
108108
alicel -.-> bob

0 commit comments

Comments
 (0)