pygit2 icon indicating copy to clipboard operation
pygit2 copied to clipboard

Does pygit2 implements 'git push --mirror'?

Open kironk opened this issue 7 years ago • 4 comments

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

kironk avatar Jun 13 '18 21:06 kironk

No, I think it's not implemented.

PRs welcome.

jdavid avatar Jun 24 '18 08:06 jdavid

Has this been implemented?

rgmz avatar Aug 16 '19 16:08 rgmz