Files
git-repo-manager/docs/src/repos.md
2022-06-30 19:34:07 +02:00

14 lines
500 B
Markdown

# Managing Repositories
GRM helps you manage a bunch of git repositories easily. There are generally two
ways to go about that:
You can either manage a list of repositories in a TOML or YAML file, and use GRM
to sync the configuration with the state of the repository.
Or, you can pull repository information from a forge (e.g. GitHub, GitLab) and
clone the repositories.
There are also hybrid modes where you pull information from a forge and create a
configuration file that you can use later.