I’ve downloaded the cores from TC, master and 3.3.5. However, once I extract them to Desktop and try to right click, Git extensions, Pull I’m getting “the current directory is not a valid git repository”.
They are fresh cores that are just downloaded. Their exact names are TrinityCore 3.3.5 and TrinityCore-master.
I find it easier to just use the git patch method for all your changes. Try to create small changes and patches for each of those minor changes. Rather than one large patch that has ALL your changes. It could cause an issue later, then you have to hunt down where it broke because of the conflicts with TC core’s changes versus your own changes.
I have like 15 different patches for my personal changes on my own project and If I were to stash all the changes in one file, it would be a nightmare.