-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
Merge the history of Solidus PayPal Braintree into this repository #92
Milestone
Comments
This was referenced Jan 6, 2023
This was referenced Dec 6, 2022
4 tasks
gsmendoza
added a commit
to gsmendoza/solidus_braintree
that referenced
this issue
Dec 28, 2022
…solidus-paypal-braintree Fixes solidusio#92. Implement as follows: ``` git remote add solidus_paypal_braintree git@github.com:solidusio/solidus_paypal_braintree.git git reset --hard solidus_paypal_braintree/gsmendoza/92-merge-solidus-paypal-braintree git merge origin/master --strategy ours --allow-unrelated-histories ```
3 tasks
gsmendoza
added a commit
to gsmendoza/solidus_braintree
that referenced
this issue
Jan 5, 2023
…solidus-paypal-braintree Resolves solidusio#92. Implemented with: ``` git remote add solidus_paypal_braintree git@github.com:solidusio/solidus_paypal_braintree.git git reset --hard solidus_paypal_braintree/gsmendoza/336-update-the-extension-namespace-to-solidus-braintree git merge origin/master --strategy ours --allow-unrelated-histories ```
gsmendoza
added a commit
to gsmendoza/solidus_braintree
that referenced
this issue
Jan 6, 2023
We're no longer filling the sections for these two versions since the changelog will eventually be replaced by SolidusPaypalBraintree's changelog in solidusio#92.
gsmendoza
added a commit
that referenced
this issue
Jan 6, 2023
We're no longer filling the sections for these two versions since the changelog will eventually be replaced by SolidusPaypalBraintree's changelog in #92.
gsmendoza
added a commit
that referenced
this issue
Jan 6, 2023
…solidus-paypal-braintree Resolves #92. Implemented with ``` git remote add solidus_paypal_braintree git@github.com:solidusio/solidus_paypal_braintree.git git reset --hard solidus_paypal_braintree/master git merge origin/master --strategy ours --allow-unrelated-histories ```
This was referenced Jan 6, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Goal
We want to replace the SolidusBraintree code with that from the Solidus PayPal Braintree, while at the same time keeping the commits of both repos.
Implementation
Consider adding the remote for SPB then merge with a merge-strategy that discards all the old code, something like:
The text was updated successfully, but these errors were encountered: