Skip to content

Commit 9fc8d2a

Browse files
committed
Remotes: repository from scratch
1 parent 47680d6 commit 9fc8d2a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/remotes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -346,9 +346,9 @@ graph LR
346346
style alicel fill:#ffffff,stroke:#39742b,color:#39742b
347347
348348
alicef --> |cloning| alicel
349-
alicel --> |can commit| alicef
349+
alicel --> |can push| alicef
350350
bob --> |forking| alicef
351-
alicel -.- n1["cannot commit"]
351+
alicel -.- n1["cannot push"]
352352
alicel -.- n2["can request pulls"]
353353
n1 -.-> bob
354354
n2 -.-> bob
@@ -387,7 +387,7 @@ How do we add the upstream remote?
387387
```mermaid
388388
graph TD
389389
390-
bob{"Bob repo"}
390+
bob{"Bob's repo"}
391391
origin["origin"]
392392
style origin fill:#ffffff,stroke:#ffffff,color:#ff0000
393393
upstream["upstream"]

0 commit comments

Comments
 (0)