Skip to content

Commit 68afee4

Browse files
committed
Trying to get the order correct in the mermaid diagram
1 parent c1c0d77 commit 68afee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/branches.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ Before FF merge:
352352
```mermaid
353353
graph LR
354354
355+
commit4Y(["New merge commit"])
355356
master["master"]
356357
style master fill:#ffffff,stroke:#ffffff
357358
nice-feature["nice-feature"]
@@ -363,7 +364,6 @@ graph LR
363364
commitY(["commitY"])
364365
commit3(["commit3"])
365366
commit4(["commit4"])
366-
commit4Y(["New merge commit"])
367367
368368
master -.-> commit4
369369
commit4 --> commit3

0 commit comments

Comments
 (0)