blob: 37344cf8c5b95b66ca691e5aaaad43fb2ab6625b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
reflectub
=========
Mirror all of a user’s GitHub repositories. This command can be run regularly to
fetch updates and new repositories from GitHub. It’s designed to support Git web
hosting services like CGit.
## Usage
$ reflectub --database reflectub.db <github-username> /path/to/repos/
## Install
$ cargo install --git https://github.com/teddywing/reflectub.git
## License
Copyright © 2021 Teddy Wing. Licensed under the GNU GPLv3+ (see the included
COPYING file).
|