pygit2
pygit2 copied to clipboard
Repository migration commands
Hi,
I am testing out using pygit2 to help me migrate a large set of repository from Gerrit to GitLab
I am basing the process on this document here
I am at the last part of
-
git push origin --all
-
git push --tags
I would like to find out how I can do the above two commands via pygit2.
Cheers