From 640d3af5e099b3e29c653f370ac0297e53a51941 Mon Sep 17 00:00:00 2001 From: Sjur N Moshagen Date: Wed, 27 Sep 2023 10:37:15 +0300 Subject: [PATCH] also git --- infra/GutUsageExamples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/GutUsageExamples.md b/infra/GutUsageExamples.md index 6eb4aca2..6dbb091e 100644 --- a/infra/GutUsageExamples.md +++ b/infra/GutUsageExamples.md @@ -36,7 +36,7 @@ The very basic task of getting started: gut clone -o giellalt -r ^lang ``` -This will clone all repos in the `giellalt` org matching the regular expression `^lang` in the repo name. Use option `-u` to clone using the `https` protocol instead of `ssh`: +This will clone all repos in the `giellalt` org matching the regular expression `^lang` in the repo name. Use option `-u` to clone using the `https` protocol instead of `ssh`/`git`: ```sh gut clone -u -o giellalt -r ^lang