spacedentist / spr

Submit pull requests for individual, amendable, rebaseable commits to GitHub
https://getcord.github.io/spr/
MIT License
377 stars 33 forks source link

Turn spr into a stacked Github collaboration library #131

Open alper opened 1 year ago

alper commented 1 year ago

I looked around a bit and there a bunch of projects that patch alternate non-branch workflows into git. The problem is that most of them don't have anything to make working with Github easy.

See for instance:

spr covers the GitHub workflow part (in a much more straightforward way than any other project really) but doesn't go much further than that. Most of these tools also seem to be written in Rust. Could these two things be combined?

Not sure how much of an effort it would be but could spr be turned into a library for sending sequences of commits to Github and keeping them in sync?