blob: 56c56283246ad536b7732548c4052590fd183d93 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
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 the Git
web frontend [CGit].
## Usage
$ reflectub --database reflectub.db <github-username> /path/to/repos/
## Install
$ cargo install --git https://github.com/teddywing/reflectub.git
## License
Copyright © 2021, 2022 Teddy Wing. Licensed under the GNU GPLv3+ (see the
included COPYING file).
[CGit]: https://git.zx2c4.com/cgit/about/
|