Open
Description
Does pygit2 implements 'git push --mirror'? If yes, please advice or point me to the documentation. Thanks in advance.
I am working on a script which mirrors a repository and pushes to another repository. As I understand, remote.push only pushes the explicitly defined refspec. Is there a way to push the complete repository similar to 'git push --mirror'?
#feature #support