Elektrine lite

← Feed

@exu@feditown.com

Post #1665392

2026-02-27 23:23 UTC

Make your changes in a new branch and rebase/squash when you push it to main.

Replies (1)

  • @IronKrill@lemmy.ca 2026-02-28 01:46

    This also means modifying your `git pull` command to pull the correct branch. A small change perhaps, but may be harder than just committing to main lol. I had a similar problem with GitHub actions, it was hard to test without messing up the main repo history.

    Open ##1665395