Skip to content

Commit

Permalink
docs: Fix example with Git conflicts markers
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremetyev authored and martinvonz committed Aug 2, 2024
1 parent 32b76a2 commit c43096b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/conflicts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c43096b

Please sign in to comment.