Elektrine lite

← Feed

@elvith@feddit.org

Post #1812411

2026-04-30 08:05 UTC

That’s basically my commit history for every repo where I need the pipeline to run to see if everything works.

Replies (2)

  • @kungen@feddit.nu 2026-04-30 09:02

    Haha same. But that’s why you do it in another branch, and then squash-merge.

    Open ##1812593

  • @ranzispa@mander.xyz 2026-04-30 12:09

    When I do that I always have a Dev branch that I use as the production branch to run the actual calculations. When I get something working I merge it off, clean up the history a little bit, rebase main onto it and then rebase de onto main.

    Open ##1812987