~michel-slm/myrepos-utils

8734d846ce257d6cbc5a7b25fcb608a6da990ea4 — Michel Lind 9 months ago 6f1e524 v0.0.4
Update README.md

Signed-off-by: Michel Lind <salimma@fedoraproject.org>
1 files changed, 13 insertions(+), 0 deletions(-)

M README.md
M README.md => README.md +13 -0
@@ 2,6 2,16 @@

## Usage

### config
Configures a new repository, checks it out by default, and configures
additional git remotes and git configurations as specified

For example:
```
$ mr-utils config centos/hyperscale/emacs "git clone -b c9s-sig-hyperscale https://git.centos.org/rpms/emacs.git" --extra-git-remotes fedora https://src.fedoraproject.org/rpms/emacs.git --git-configs user.email salimma@centosproject.org

```

### find
Let's say you have the following repositories configured in `~/.mrconfig`:



@@ 25,3 35,6 @@ This will sort `~/.mrconfig` based on sections and write it back out
```
mr-utils sort
```

### version
Displays the version of the current `myrepos-utils`