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
|
||||
grapefruit
|
||||
orange
|
||||
======= base
|
||||
||||||| base
|
||||
apple
|
||||
grape
|
||||
orange
|
||||
||||||| right
|
||||
=======
|
||||
APPLE
|
||||
GRAPE
|
||||
ORANGE
|
||||
>>>>>>>
|
||||
>>>>>>> right
|
||||
```
|
||||
|
||||
In this example, the left side changed "grape" to "grapefruit", and the right
|
||||
|
|
Loading…
Reference in a new issue