Add usage

This commit is contained in:
Patrick Georgi 2021-10-29 19:38:21 +02:00
parent 78a17c1d23
commit 3f012c2b70

View file

@ -1,6 +1,14 @@
# gerritcp
A utility to copy changesets from one gerrit instance to another
## usage
gerritcp -d [dir] -c [config.yaml]
dir specified a directory to keep the git repo in (because it's usually too
large to keep in RAM), config.yaml points to the configuration for upstream,
downstream and workstreams.
## Theory of operation
The tool is built primarily for the use case of downstreaming coreboot into
Chromium OS. If feasible, extension of its scope to other scenarios is welcome.