Skip to content

Commit 3c293b2

Browse files
committed
Trying to get the order correct in the mermaid diagram and to get the ff merge to look good
1 parent 3f65e06 commit 3c293b2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/branches.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ Merge 'cool-feature' to 'master' (3-way merge)
283283
```mermaid
284284
graph LR
285285
286+
commit4Y(["New merge commit"])
286287
master["master"]
287288
style master fill:#ffffff,stroke:#ffffff
288289
cool-feature["cool-feature"]
@@ -294,16 +295,15 @@ graph LR
294295
commitY(["commitY"])
295296
commit3(["commit3"])
296297
commit4(["commit4"])
297-
commit4Y(["New merge commit"])
298298
299-
master -.-> commit4
299+
master -.-> commit4Y
300300
commit4 --> commit3
301-
commit4 --> commit4Y
301+
commit4Y --> commit4
302302
cool-feature -.-> commitY
303303
commit3 --> commit2
304304
commit2 --> commit1
305305
commitY --> commitX
306-
commitY --> commit4Y
306+
commit4Y --> commitY
307307
commitX --> commit1
308308
```
309309

0 commit comments

Comments
 (0)