forked from mirrors/jj
docs: Fix example with Git conflicts markers
This commit is contained in:
parent
32b76a2c0a
commit
c43096ba96
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue