-
Notifications
You must be signed in to change notification settings - Fork 33
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
Enhance rebase support on upstreams #31
Comments
PR is already ready to go for this, we just need more testing for it. |
In favor of using the bash scripts, an implementation is described in #76 (comment) wherein we perform a weave merge in order to rebase to an upstream, which is 1) far better / more efficient than the existing solution of utilizing git subtrees and cherry-picking commits and 2) capable of supporting rebases outside of just Git-based packages |
Support a workflow that makes it easier to be able to rebase existing patches on a chart to a new package.yaml upstream.
Add a Bash script to help interactively perform rebases on upstreams using git subtree and bash shellEdit: See below.
The text was updated successfully, but these errors were encountered: