grm 0.7.5

Manage multiple git repositories. You configure the git repositories in a file, the program does the rest!
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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.