mirror of
https://github.com/penpot/penpot.git
synced 2026-08-28 19:22:04 +08:00
e81dad21ea
Introduce a new OpenCode workflow skill that guides users through backporting commits by applying diffs instead of using cherry-pick. This is useful when cherry-pick is undesirable (e.g. divergent histories, binary conflicts, or partial porting). Signed-off-by: Andrey Antukh <niwi@niwi.nz>