• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[SOLVED] Problem to slove merge conflicts

Status
Not open for further replies.

Synth

Exalted Member
Hello,Emudevs!
So actually today i was going to update my core after adding many scripts,so first i just do git pull,it ask me for commit,then i write git add -A,then git commit -a -m "My Commit Message",after that i get this:
Git result need me to merge,then i just right click in my core folder then i click Gitcommit and i select player.h that i need to merge it i click merge then it take me here:
Here,so the problem i didn't know how i can slove merge conflicts,so i try different way to slove it but i get compile errors and it remove my scripts that need core modifications like transmog,my goal is to pull and ofc don't change my core modifications that i do it.

Thank you!
Best regards,
Synth!
 

Tommy

Founder
Hello,Emudevs!
So actually today i was going to update my core after adding many scripts,so first i just do git pull,it ask me for commit,then i write git add -A,then git commit -a -m "My Commit Message",after that i get this:
Git result need me to merge,then i just right click in my core folder then i click Gitcommit and i select player.h that i need to merge it i click merge then it take me here:
Here,so the problem i didn't know how i can slove merge conflicts,so i try different way to slove it but i get compile errors and it remove my scripts that need core modifications like transmog,my goal is to pull and ofc don't change my core modifications that i do it.

Thank you!
Best regards,
Synth!

Can't really help you solve conflicts when we don't have the file that have the conflicts. Conflicts are pretty easy to solve. Basically all you are doing is deleting old code and keeping the new code that the diff adds.
 

Synth

Exalted Member
Can't really help you solve conflicts when we don't have the file that have the conflicts. Conflicts are pretty easy to solve. Basically all you are doing is deleting old code and keeping the new code that the diff adds.

Well ye its working now,thank you its solved!
 
Status
Not open for further replies.
Top