Managing Remote Repositories
Managing remote repositories with RRPM
Cloning Remote Repositories
$ python -m rrpm get github.com/pybash1/rrpm # notice that the https:// and .git are optional.
Fetching GitHub Repository
Successfully cloned repository in github.com/pybash1/rrpmUsage
Usage: python -m rrpm get [OPTIONS] URL
Clone a remote repository to directory specified in config
Arguments:
URL [required]
Options:
--help Show this message and exit.Listing Cloned Repositories
Usage
Last updated