I am trying to do a shallow clone on a large repo and push it to a new destination.
I have done a shallow clone using:
git clone --depth 100 URL
but when I try to push it using:
git push --mirror URL
But I keep getting an error message - "error: failed to push some refs to".