that makes sense.

looking at some graphics of the difference between merge vs rebase. I think I want to merge not rebase because I want to be able to look at 0.1 sideus and have the state of 1.5.4 (an older version of damus) to be linked to that set of commits. And not the new features branch be always ahead of the main? But I should be able to do this on one sideus-branch moving forward.

Reply to this note

Please Login to reply.

Discussion

You can use separate branches for those sets of changes and fork them off the specific commit you want them pinned to, then use the rebase for a head, yes.

ok then I link to the SHA “browse this repo at this point in the history” and people if they want, can use that link to compile their own .ipa

I think I get it now, thank you!