Skip to content
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

new branch for 0.15.3 #34

Open
bodymindarts opened this issue Sep 4, 2019 · 0 comments
Open

new branch for 0.15.3 #34

bodymindarts opened this issue Sep 4, 2019 · 0 comments

Comments

@bodymindarts
Copy link

bodymindarts commented Sep 4, 2019

I have rebased the bisq specific commits on to 0.15.3 https://github.com/bodymindarts/bitcoinj/tree/bisq_0.15.3 and would like to contribute it back to this repo.

As I do not have push access I cannot create a new branch and cannot open a PR against a branch that doesn't exist.

Perhaps someone with access could do the following:

git clone https://github.com/bitcoinj/bitcoinj.git && cd bitcoinj
git remote add bisq https://github.com/bisq-network/bitcoinj.git
git checkout v0.15.3
git checkout -b bisq_0.15.3
git push -u bisq bisq_0.15.3

Then I can open a PR against that branch to add the bisq specific commits.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant