You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been thinking of adding --no-push option.
It will fetch from upstream, checkout the cherry-pick branch, and do git cherry-pick.
This will allow us to test the change locally before pushing the changes.
Once we're satisfied with it, we can use --continue (implemented in #68) that will do the rest (git push, open web browser, and delete the branch).
What does everyone think about this?
The text was updated successfully, but these errors were encountered:
I've been thinking of adding
--no-push
option.It will fetch from upstream, checkout the cherry-pick branch, and do
git cherry-pick
.This will allow us to test the change locally before pushing the changes.
Once we're satisfied with it, we can use
--continue
(implemented in #68) that will do the rest (git push
, open web browser, and delete the branch).What does everyone think about this?
The text was updated successfully, but these errors were encountered: