Skip to content

Commit ab01535

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

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

docs/remotes.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,15 @@ graph TD
9696
upstream["upstream"]
9797
style upstream fill:#ffffff,stroke:#ffffff,color:#ff0000
9898
99+
bob{"Bob repo"}
99100
alicef(["Alice fork"])
100-
origin -.-> alicef
101-
102101
alicel(["Alice local"])
103-
bob{"Bob repo"}
104-
alicef --> alicel
102+
105103
upstream -.-> bob
106104
bob --> alicef
105+
origin -.-> alicef
106+
107+
alicef --> alicel
107108
alicel -.-> bob
108109
```
109110

@@ -123,9 +124,6 @@ upstream [email protected]:bobuser2020/my-first-project.git (push)
123124

124125
---
125126

126-
<!-- .slide: data-background="#ffffff" -->
127-
<!-- .slide: style="font-size: 30px;" -->
128-
129127
```java
130128
$git graph
131129
* 2e56d0a (HEAD -> main, upstream/main, origin/main, origin/HEAD) text of exercise git diff usage

0 commit comments

Comments
 (0)