File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -283,6 +283,7 @@ Merge 'cool-feature' to 'master' (3-way merge)
283283``` mermaid
284284graph 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
You can’t perform that action at this time.
0 commit comments