pygit2 icon indicating copy to clipboard operation
pygit2 copied to clipboard

Repository migration commands

Open nyue opened this issue 5 years ago • 0 comments

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

nyue avatar Sep 17 '20 16:09 nyue