pygit2
pygit2 copied to clipboard
Does pygit2 implements 'git push --mirror'?
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
No, I think it's not implemented.
PRs welcome.
Has this been implemented?