git-proxy
git-proxy copied to clipboard
Unable to push a new branch to an empty repository 🪵
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
- Create a fresh repository with nothing in it - no branches
- Add the repository to GitProxy
- Clone the repository through GitProxy
- Make a novel change, commit and push the branch
Expected behavior
The branch and commit created on the local git client should be pushable via GitProxy to the upstream.