From 662e1f8ea309ddec6e85a5679542fc815d5acf7e Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 3 Oct 2024 15:47:07 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bc5ec50..c3d1fb5 100644 --- a/README.md +++ b/README.md @@ -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