mirror of
https://github.com/mikecarper/MeshCore.git
synced 2026-09-06 21:24:24 +00:00
A plain `git rebase` refuses to run when the checkout has unstaged changes, so the retry path could fail instead of retrying. The beta workflow stages a scoped subset on purpose (production's files must never ride along), which leaves the rest of the checkout dirty and hits this exactly; keep all three flasher pushes identical so it cannot resurface here either. Unstaged content stays unstaged, so nothing extra gets published.