mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 19:21:50 +00:00
* log: remove use of description paramter in Scoped * temporarily point to sglog branch * bazel configure + gazelle * remove additional use of description param * use latest versions of zoekt,log,mountinfo * go.mod |
||
|---|---|---|
| .. | ||
| bitbucket | ||
| .gitignore | ||
| bitbucket.go | ||
| BUILD.bazel | ||
| config.example.cue | ||
| config.go | ||
| dummy.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