gitrepoman

Crates.iogitrepoman
lib.rsgitrepoman
version0.1.0
sourcesrc
created_at2018-06-12 15:43:15.844689
updated_at2018-06-12 15:43:15.844689
descriptionUtility for managing git projects on Github or Gitlab
homepage
repositoryhttps://gitlab.redox-os.org/redox-os/gitrepoman
max_upload_size
id69777
size14,955
Jeremy Soller (jackpot51)

documentation

README

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
Commit count: 0

cargo fmt