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

"How does revup work" series #15

Open jerry-skydio opened 2 years ago

jerry-skydio commented 2 years ago

Several revup features have interesting implementations and would benefit from a deeper dive explaining how they work.

positron commented 2 months ago

More docs would be awesome.

Beyond features, some minor workflow things that weren't clear to me at all as a new user (and still really isn't tbh):

jerry-skydio commented 2 months ago
positron commented 2 months ago

👍 thanks

I've settled on that exact pattern as well. main unless it's something disruptive or experimental.

I've also settled on using revup amend for the second workflow.