An open API service indexing awesome lists of open source software.

https://github.com/linyows/github-issues-mover

:steam_locomotive: A CLI tool to migrate issues across GitHub and GitHub Enteprise repos.
https://github.com/linyows/github-issues-mover

Last synced: 28 days ago
JSON representation

:steam_locomotive: A CLI tool to migrate issues across GitHub and GitHub Enteprise repos.

Awesome Lists containing this project

README

        

🏗 You may have to use `ghe-migrator`: https://github.blog/2016-05-16-migrate-your-repositories-using-ghe-migrator/






:steam_locomotive:

GitHub Issues Mover


This is a CLI tool to migrate issues across GitHub and GitHub Enteprise repos.

In addition to issues, migration also includes labels and milestones.





Installation
--

To install, use `go get`:

```sh
$ go get github.com/linyows/github-issues-mover
```

Usage
--

Example:

```sh
$ export SRC_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
$ export DST_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
$ github-issues-mover -src=foo/bar -dst=foo/bar -dst-endpoint=https://ghe.yourhost.com
```

Contribution
------------

1. Fork ([https://github.com/linyows/github-issues-mover/fork](https://github.com/linyows/github-issues-mover/fork))
1. Create a feature branch
1. Commit your changes
1. Rebase your local changes against the master branch
1. Run test suite with the `go test ./...` command and confirm that it passes
1. Run `gofmt -s`
1. Create a new Pull Request

Author
------

[linyows](https://github.com/linyows)