> Perhaps Julia didn't use `--keep-base`, which I often forget to do > when rebasing for contribution to Git (it's common in my other > projects to omit it when working on the next version of a series). > Indeed, fetching the published branch shows it's sitting on top of the > v2.51.0 tag. > > -- > D. Ben Knoble Ah yeah, I didn't know I needed to do that. I can rebase on top of whatever the original base was instead.