Skip to content

Commit

Permalink
deploy: 640d3af
Browse files Browse the repository at this point in the history
  • Loading branch information
snomos committed Sep 27, 2023
1 parent e15e716 commit 5b853d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/GutUsageExamples.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Tip: `git` supports way more commands and operations than `gut`. To apply a non-

# Reponame regexes

The core of `gut` is to run `git` commands over a set of repos with reponames matching a regex. `gut` support "extended" regexes, so one can easily match complex patterns if needed. In daily use very simple regexes are usually enough. `^` and `$` are bound to the beginning and end of the reponame.
The core of `gut` is to run `git` commands over a set of repos with reponames matching a regex. `gut` supports "extended" regexes, so one can easily match complex patterns if needed. In daily use very simple regexes are usually enough. `^` and `$` are bound to the beginning and end of the reponame.

Some examples:

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5b853d5

Please sign in to comment.