You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: