Hello! I’m excited about using Pijul and I’m trying it out on some for-fun personal projects, and I’ve run into the trouble that I don’t know how to make patches that follow logical changes, when my personal development process is definitely more messy than that.
With git I would usually stash changes and then make multiple commits, although recently I’ve been looking at using https://blog.aloni.org/posts/gitology-1-git-flip-history/ which seems like a good solution for this “untangling multiple changes” workflow. I’m not sure how to do this with Pijul though, where I don’t see as clear of a path.
How do I untangle my work into multiple clean patches?