Stacked PR workflow for GitHub #5509
GreyTeardrop
started this conversation in
General
Replies: 2 comments 4 replies
-
Didn't the rebase already happen on the remote? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I think your first step should be
Then, rebase your remaining commits onto
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I've discovered JJ a couple of weeks ago and really love it.
Right now I'm adjusting my stacked PR workflow from Git (which used to be really painful) to JJ. It's mostly straightforward when it comes to creating/updating PRs, I'm only uncertain about the PR merge flow. Just to note, we tend to merge GitHub PRs via squashing or rebasing and our repos are usually configured to automatically delete remote branch when the PR is merged.
So, when the PR created from the branch
some-feature
is merged intomain
, I do this:This is already a enormous upgrade compared to Git with its manual
git rebase --onto
s for every child PR. I wonder if JJ workflow can somehow be improved even further?Beta Was this translation helpful? Give feedback.
All reactions