We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f28086 commit c64fb3fCopy full SHA for c64fb3f
docs/remotes.md
@@ -392,7 +392,15 @@ graph LR
392
alicef --> |cloning| alicel
393
alicel --> |can commit| alicef
394
bob --> |forking| alicef
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
+```
404
"Alice local" -> "Bob repo" [label="cannot commit" fontcolor=red color=red style=dashed]
405
"Bob repo" -> "Alice fork" [label="forking"]
406
"Alice local" -> "Bob repo" [label="can request pulls" fontcolor=blue color=blue style=dashed]
0 commit comments