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
310 stars 59 forks source link

amend: Fix double negative in no-edit #118

Closed jerry-skydio closed 1 year ago

jerry-skydio commented 1 year ago

Otherwise in order to run with edit false by default and manually setting it to true, you'd be passing in --no-no-edit which is silly.

jerry-skydio commented 1 year ago

Reviews in this chain: └https://github.com/Skydio/revup/pull/118 amend: Fix double negative in no-edit

jerry-skydio commented 1 year ago
# head base diff date summary
0 a8fe6bb1 917438e8 diff Jul 11 13:39 PM 2 files changed, 4 insertions(+), 4 deletions(-)