spr
spr copied to clipboard
Submit pull requests for individual, amendable, rebaseable commits to GitHub
Currently, if I use `spr diff` to update an existing PR, that PR must either correspond to the commit at HEAD, or I must pass `--all`, which treats all of...
### Summary Minor issue: by default `textwrap` can break a URL into multiple lines. This makes PR links unclickable when the terminal window is small. I played with a few...
``` $ spr --version spr 1.3.4 $ spr diff 🛑 an unknown git error occurred ``` Anything I can do to get more information?
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...
Hi 👋 😄 I found myself with a large PR and wanted to give `spr` a try to see if I could make it easier to manage it and give...
"The Pull Request's title/message differ from the local commit's message." I'm not sure why I'm getting this and the interface how to resolve this is also not very clear. I'm...
This can be helpful to understand what's going on under the hood. I was trying to explain how `spr` works to a coworker and it got kind of confusing. I...
Ran into some confusing behavior just a bit ago. I opened a PR with `spr diff --cherry-pick`. I wanted to reword the commit message and update the PR with that...
We want to change these fields to be smarter in the future. These fields are all fine for the case where there's only an origin repo that is being worked...
Is it currently possible to use `spr diff` from a fork and have it create a PR in the upstream repo? I didn't see any options that seemed to imply...