Open teeworlds-mirror opened 7 months ago
@edg-l I gave you access to the branch in case you want to solve the conflict your self. If not I might do it at some point.
you can do it if you want, ill try if i find some time
@ChillerDragon If you want to merge PRs with conflicts without the author's intervention, you can apply it as a patch manually:
curl -Ls https://github.com/teeworlds-community/teeworlds/pull/106.patch | git am -3
After that you can solve any conflicts locally and push to master. Very neat trick for situations like these.
Your local git identity will be set as the "committer" of the change so people can tell you applied/rebased the commit. I don't count this a problem but if you want the author and committer to stay consistent you can use git config --local
in the repository to temporarily change your identity.
@jtbx a cool I did not know about this neat oneliner. But it is less of a technical problem. This branch is already a copy where I have full write access to. Its just a matter of finding the energy to actually solve the conflict. And also I would prefer the code owner to solve the conflicts. And not get their code broken by my conflict accidents.
upstream: https://www.github.com/teeworlds/teeworlds/pull/2277