ok/jj
1
0
Fork 0
forked from mirrors/jj

docs: Fix example with Git conflicts markers

This commit is contained in:
Fedor Sheremetyev 2024-08-02 18:05:57 +01:00 committed by Martin von Zweigbergk
parent 32b76a2c0a
commit c43096ba96

View file

@ -62,15 +62,15 @@ style](https://git-scm.com/docs/git-merge#_how_conflicts_are_presented):
apple apple
grapefruit grapefruit
orange orange
======= base ||||||| base
apple apple
grape grape
orange orange
||||||| right =======
APPLE APPLE
GRAPE GRAPE
ORANGE ORANGE
>>>>>>> >>>>>>> right
``` ```
In this example, the left side changed "grape" to "grapefruit", and the right In this example, the left side changed "grape" to "grapefruit", and the right