From https://github.com/Rochet2/TrinityCore
* branch transmog_3.3.5 -> FETCH_HEAD
error: Your local changes to the following files would be overwritten by merge:
src/server/game/Entities/Player/Player.h
Please commit your changes or stash them before you merge.
Aborting
This is my problem. I have little to none exp with git commit and I don't know what to do with this problem.
I understand that my file player.h
would be overwritten I made a change to that file a few days ago.
Now I want to make another change to my server but this pops up upon using git pull.
I already tried a few things but none work and I want to understand completely what I need to do.
I would want to know and understand what to do and keep the changes in the player.h
file as well.