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
Describe the bug
When attempting to push to an empty repository on GitHub, the push of a new branch with an initial commit fails.
To Reproduce
Expected behavior
The branch and commit created on the local git client should be pushable via GitProxy to the upstream.
The text was updated successfully, but these errors were encountered:
Hi @JamieSlome love to pick this one up too
Sorry, something went wrong.
fix: set parent to zero commit SHA if no parent exists on push (#595)
9f7b1ea
Merge pull request #752 from finos/595-unable-to-push-a-new-branch-to…
5114131
…-an-empty-repository fix: set parent to zero commit SHA if no parent exists on push (#595)
fix: set parent to zero commit SHA if no parent exists on push (finos…
3469089
…#595)
Merge pull request finos#752 from finos/595-unable-to-push-a-new-bran…
08d6725
…ch-to-an-empty-repository fix: set parent to zero commit SHA if no parent exists on push (finos#595)
JamieSlome
Successfully merging a pull request may close this issue.
Describe the bug
When attempting to push to an empty repository on GitHub, the push of a new branch with an initial commit fails.
To Reproduce
Expected behavior
The branch and commit created on the local git client should be pushable via GitProxy to the upstream.
The text was updated successfully, but these errors were encountered: