We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
Then I can open a PR against that branch to add the bisq specific commits.
The text was updated successfully, but these errors were encountered: