git_mover icon indicating copy to clipboard operation
git_mover copied to clipboard

A Python script to migrate milestones, labels, and issues between repositories.

Results 9 git_mover issues
Sort by recently updated
recently updated
newest added

HI, i got two different organisation. now i have moved the repository with the help of clone --mirror but still issues, comments, milestone, assignee all seems missing in repository. i...

I'm trying to move issues from a personal to an organizatoin account and get this error message: ``` about to GET from https://api.github.com/repos//milestones?filter=all STATUS CODE: 404 ERROR MESSAGE: {"message":"Not Found","documentation_url":"https://developer.github.com/v3/issues/milestones/#list-milestones-for-a-repository"}...

This is currently a Python 2 project. However, for future users that don't happen to have Python 2 installed, simply replacing all the `print` statements with `print()` worked fine for...

First off, I shamelessly merged in @sajidanower23's and @simevo's forks' master branches since they had nice updates I wanted to include. So props to them! Second, I added release migration...

Github only gives 30 issues by default. Response headers have links to the next 30 issues. that part should also be there in the code. Sample code can be found...

GitHub now has a Projects feature. Perhaps this should also be supported in GitMover.