mirror of
https://github.com/flynx/git-utils.git
synced 2025-10-29 11:10:09 +00:00
Update README.md
This commit is contained in:
parent
a16861458b
commit
662e1f8ea3
@ -24,12 +24,16 @@ In a tree with multiple git repositories:
|
|||||||
```
|
```
|
||||||
- to create the same env on a different computer:
|
- to create the same env on a different computer:
|
||||||
```shell
|
```shell
|
||||||
$ git listall -o -r > repos.lst
|
$ git listall -r > repos.lst
|
||||||
```
|
```
|
||||||
move the `repos.lst` to the target machine and:
|
move the `repos.lst` to the target machine and:
|
||||||
```shell
|
```shell
|
||||||
$ git cloneall repos.lst
|
$ git cloneall repos.lst
|
||||||
```
|
```
|
||||||
|
- to update the repository list with new repos:
|
||||||
|
```shell
|
||||||
|
$ git listall -r repos.lst >> repos.lst
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user