Replies: 1 comment 4 replies
-
Ok, I have tested it out. So far I have noticed:
I want it to result in 2 PRs, not 3. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I recently landed #1184 to implement Github as a backend for
git submit
, but it has a lot of problems. For posterity, I'm reproducing this message from private correspondence.There are three main problems:
spr
and many similar solutions have their ownland
commands. I'm not opposed to adding a--land
mode of some sort togit submit
, but it would also only work for repositories that you have push access to.git submit
again, but that command should be idempotent and this shouldn't happen). I may have chosen an altogether wrong algorithmic approach to handle updates, not sure. You might be able to suss some out with dedicated testing or regular usage.Also:
pr/123
.Beta Was this translation helpful? Give feedback.
All reactions