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 d4c2c5e commit 7339d74Copy full SHA for 7339d74
docs/remotes.md
@@ -402,8 +402,8 @@ graph LR
402
style n1 color:#D50000
403
style n2 color:#4169E1
404
linkStyle 3 stroke:#D50000,fill:none
405
- linkStyle 4 stroke:#D50000,fill:none
406
- linkStyle 5 stroke:#4169E1,fill:none
+ linkStyle 4 stroke:#4169E1,fill:none
+ linkStyle 5 stroke:#D50000,fill:none
407
linkStyle 6 stroke:#4169E1,fill:none
408
```
409
In this way, Alice can push changes to her repository and eventually make Bob aware of them as well.
0 commit comments