Stream: dev

Topic: Squashed Git Cherries ๐Ÿ’


view this post on Zulip Oliver Bertuch (Jul 29 2025 at 13:10):

In case you ever want to squash-merge some feature branch (and only those commits) to some branch of a tag or similar.
See https://gist.github.com/poikilotherm/d98f9acffc6aeb2ca808c6c07f2d9345
Maybe it's useful to someone else as well.

view this post on Zulip Oliver Bertuch (Jul 29 2025 at 13:11):

Using this for a script that takes a Dataverse source release, sprinkles it with a list of feature branches, then baking a container image of the resulting cherry-picked commits dough. :cake:

view this post on Zulip Philip Durbin ๐Ÿš€ (Jul 29 2025 at 13:11):

Thanks. Related:

As a developer, I need documentation on "to rebase or not" in feature branches.ย #5379


Last updated: Nov 01 2025 at 14:11 UTC