Replies: 2 comments 5 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.
-
i think the trick here is to create an issue first and then convert it to a PR. creating the issue assigns you an ID which you can use in your branch name and it'll stay the same when you convert the issue to a PR
i spent a little time reading the current GitHub forge implementation this evening and i'll see if i get anywhere with a little more time this weekend. sapling and jj are very nice but i need hooks, submodules, and LFS juuuust often enough that i am interested in improving the GH forge + GPG support in git-branchless haha |
Beta Was this translation helpful? Give feedback.
-
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