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 61 forks source link

amend --insert inserts after given commit #54

Closed jerry-skydio closed 1 year ago

jerry-skydio commented 1 year ago

The original ordering was arbitrary, this change makes it possible to alias "revup commit" as "revup amend --insert". Previously it would have been impossible to use --insert to create the top commit.

Topic: insert Reviewers: brian-k, malcolm-l

jerry-skydio commented 1 year ago

Reviews in this chain: └https://github.com/Skydio/revup/pull/54 amend --insert inserts after given commit

jerry-skydio commented 1 year ago
# head base diff date summary
0 fb1ef3f4 4671fb98 diff Sep 20 1:53 PM 2 files changed, 3 insertions(+), 5 deletions(-)