mirror of
https://github.com/penpot/penpot.git
synced 2026-09-12 06:58:57 +00:00
The flow only supported continue mode (existing branch) or standalone mode (issue + branch). Add a "direct" argument (aliases: "no branch", "direct commit") that skips both and commits on the current branch as it is, even when it is a base branch — for small tooling changes the user wants committed in place. AI-assisted-by: omen-alpha