https://stacked-git.github.io/
Stacked git is a plugin to git that lets you maintain special branches that use a theory of patches, but in a simple stack.
I’ve been helping someone maintain some patches to the linux kernel, and the idea of maintaining a DAG instead of snapshots or a simple stack would be really nice, but from reading the documentation I can’t seem to find any way of exporting to git.
It would be nice if we could somehow hook in to git and have all pijul channels be reflected as git branches in a git that auto update when ever something is changed. right now rebasing 3 branches on top of a 4th is pretty time consuming, and sometimes forgotten about.
Are there any solutions for this? I don’t see any obvious “export” feature in the documentation.