spacedentist / spr

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

Multiple stacks of work? #167

Closed lsanwick closed 1 year ago

lsanwick commented 1 year ago

Maybe I'm missing something in the documentation, but is there a way to have two different active stacks of work in SPR?

e.g.

main -> A -> B -> C
main -> D -> E
lsanwick commented 1 year ago

After playing around I realized this is achievable by just creating multiple local branches and using spr diff in them. 🤦