I have a patch ready for the server code.
I have gotten the GIT account.
I have set up there a separate fork of the repository called tmwAthena_qq.
I have entered it into my local GIT as a remote.
My first patch currently resides in my tmwAthena clone as branch qq001, but it will not allow me to push that branch to the repository.
I have been told that I need to push that patch to my own repository and request a merge.
What I am at a loss for is the exact GIT commands to accomplish this. Reading all the GIT help and manuals is not helping much.
There are just too many commands and too many possibilities for me to be guessing at this.
I have the patch as a patch file, so could apply that to a different branch.
I cannot switch to my tmwAthena_qq, so I have nothing I can apply it to.
Question: How do I apply patches to my tmwAthena_qq repository? This is primarily how do I make GIT give me a local copy of those files?
Is this another clone operation, and does that work on a remote?
What commands are the existing developers using to make their patches in their repositories?
I assume once I can get local access of it, I probably can create branches in it, and push them to the server.
I probably should also destroy the qq001 branch in my tmwAthena clone, as that is going nowhere.
Thank you,
qq