Update README.md

This commit is contained in:
Alex A. Naanou 2024-10-03 15:47:07 +03:00 committed by GitHub
parent a16861458b
commit 662e1f8ea3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,12 +24,16 @@ In a tree with multiple git repositories:
```
- to create the same env on a different computer:
```shell
$ git listall -o -r > repos.lst
$ git listall -r > repos.lst
```
move the `repos.lst` to the target machine and:
```shell
$ git cloneall repos.lst
```
- to update the repository list with new repos:
```shell
$ git listall -r repos.lst >> repos.lst
```
## License