Managing Remote Repositories
Managing remote repositories with RRPM
Last updated
Managing remote repositories with RRPM
Last updated
Remote Git repositories such as those hosted on GitHub or GitLab can be cloned by using the rrpm get
command as shown below.
The above command clones the pybash1/rrpm
repository to the directory %USERPROFILE%\Projects
on Windows and ~/Projects
on Unix by default. this can be changed in the config.toml
file.
The rrpm list
command can be used to display a tree of the of the projects cloned to the root directory as shown below
The root directory is as per the config.toml
file.