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

Allow branch naming configuration: "user_base", "user", "base", "none" #11

Closed jerry-skydio closed 6 months ago

jerry-skydio commented 2 years ago

We have the following behaviors:

If base branch is included in branchname (default today):

If base branch is not included in branchname:

There are usability pro/cons to each. Users have requested the ability to change base branch, so it might be worth configuring which of the above 2 options are used.