Skydio / revup

Effortlessly create and manage pull requests without changing branches. Powers a stacked diffs workflow with python and git "plumbing" commands.
https://github.com/Skydio/revup
MIT License
309 stars 59 forks source link

Add `revup upload` flag that pushes the branch but does not create the PR #179

Closed positron closed 2 months ago

positron commented 2 months ago

Is your feature request related to a problem? Please describe. I like to self-review my code in the Github UI before submitting the PR. Before using revup I would push the branch, review it on last time, then hit the create PR button.

Describe the solution you'd like A flag like --dry-run that pushes the branches but does not create the PRs.

Describe alternatives you've considered I checked existing flags with revup upload --help and didn't see any that would work for this use case.