mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 19:51:50 +00:00
|
|
||
|---|---|---|
| .. | ||
| bitbucket | ||
| .gitignore | ||
| bitbucket.go | ||
| config.example.cue | ||
| config.go | ||
| github.go | ||
| gitlab.go | ||
| main.go | ||
| README.md | ||
| runner.go | ||
CodeHost Copy
A small tool to copy all repos from a given user on GitHub to GitLab or Bitbucket.
State is persisted in a SQLite database to enable to resume the copy if it was interrupted.
Usage
codehostcopy --config my-config.cue --state my-config.db
To get an example config, you can do:
codehostcopy example > my-config.cue