1 unstable release
Uses old Rust 2015
0.1.0 | Jun 12, 2018 |
---|
#16 in #checkout
14KB
334 lines
Git Repo Manager
To use, secret.toml
must be present in the working directory.
Examples
secret.toml
gitlab = API_TOKEN
github = API_TOKEN
SSH
By default, https
URLS are used. To switch to ssh
URLs, use the --ssh
flag.
Usage
gitrepoman github pop-os clone
gitrepoman github pop-os pull
gitrepoman github pop-os checkout
gitrepoman gitlab gitlab.redox-os.org redox-os clone
gitrepoman gitlab gitlab.redox-os.org redox-os pull
gitrepoman gitlab gitlab.redox-os.org redox-os checkout
Dependencies
~25–35MB
~651K SLoC