-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"revup download": Ability to pull other people's relative changes down in one go #90
Comments
Hey Skydio friends! It has been awhile. Anyways, I'm +1 this request from @nikhil-marathe-skydio . |
ok let's do this cherry-pick mode (if specified branch isn't already downloaded locally): sync mode (if specified branch exists locally, or no arg is specified) |
other thoughts
|
Is your feature request related to a problem? Please describe.
When I
revup upload
a bunch of changes, it would be really cool if another team member could do something likerevup download <topic>
and it would update their working copy to a branch with the full series of commits from<topic>
, including downloadingRelative:
dependencies.Describe the solution you'd like
revup download <topic>
There are open questions here about would it be supported to then revup upload to update that same PR (the answer is probably no).
The basic functionality seems useful just to conveniently try/build upon others changes.
Describe alternatives you've considered
I am not familiar enough with Github or Git or how revup integrates with them to know if something like this is even possible, nor what the alternatives are, however I figured I would ask.
The current strategy I do is to manually follow the list of PRs and use
git cherry-pick
.The text was updated successfully, but these errors were encountered: