mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
lol merge
This commit is contained in:
@@ -248,7 +248,11 @@ As such, if you only want to learn one of these, learn merging.
|
||||
If the two branches have both touched the same or nearby lines, git will not know which you want to keep. It will therefore pause the merge/rebase and tell you to decide. You will find a section of the file that looks like this:
|
||||
|
||||
```bash
|
||||
<<<<<<< A
|
||||
Some code
|
||||
=======
|
||||
Some other code
|
||||
>>>>>>> B
|
||||
```
|
||||
|
||||
from which you should pick one (or combine parts of both as appropriate), then delete the rest. (You definitely do not want the git artefacts left in!)
|
||||
|
||||
Reference in New Issue
Block a user