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

Revup cherry-pick attempts to fetch #117

Closed aaron-skydio closed 1 year ago

aaron-skydio commented 1 year ago

Will only attempt to fetch if the branch isn't found locally, and will still fail if it isn't found after fetching

Topic: cherry-pick-fetch Reviewers: jerry,brian-k

aaron-skydio commented 1 year ago

Reviews in this chain: └https://github.com/Skydio/revup/pull/117 Revup cherry-pick attempts to fetch

aaron-skydio commented 1 year ago
# head base diff date summary
0 286b8654 917438e8 diff Jun 1 16:40 PM 1 file changed, 19 insertions(+), 10 deletions(-)
1 e9e3975c 917438e8 diff Jun 1 16:45 PM 1 file changed, 2 insertions(+), 2 deletions(-)
2 58ee2b01 917438e8 diff Jun 2 13:42 PM 1 file changed, 1 insertion(+)
aaron-skydio commented 1 year ago

Had to add a --force, which is required if the branch has already been fetched - I think this is probably fine?