Hacker News new | ask | show | jobs
by i_dursun 101 days ago
you can do this by using the "set parents" operation (shift+m) which allows you to add/remove parents to a revision. https://idursun.github.io/jjui/revisions/set-parents/
2 comments

Yes I do this all the time. All my in flight PRs are octopus merged together and I work on top of all of them.
Thank you!