1
0
mirror of synced 2025-12-19 18:10:59 -05:00
This commit is contained in:
Kevin Heis
2023-09-25 10:37:44 -07:00
parent 7e18a93662
commit 335f3c22cb

View File

@@ -153,7 +153,11 @@ There are two ways to handle merge conflicts:
1. In the file, look for the merge conflict markers.
```text
Here are the changes from the main branch.
<<<<<<< HEAD
Here are the changes you've made.
=====================
Here are the changes from the main branch.
>>>>>>> main
```
1. Decide which changes to keep and delete the unwanted changes and the merge conflict markers. If you need to make further changes, you can do so at the same time. For example, you could change the five lines shown in the previous code sample to the single line: