Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
snomos committed Sep 27, 2023
1 parent 42622a7 commit 30176a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

0 comments on commit 30176a9

Please sign in to comment.