gtx


Branch: develop

Author
thewhodidthis <thewhodidthis@fastmail.com>
Date
Mar. 10 '23 20:07:52
Commit
9a7d6153a5bd876d2c22eba48cba62fc9d5e77d7
Parent
64201f5d204f9cfa748d00ffa04bc5da801cb8fb
Changes
diff --git a/README.md b/README.md
index dcfa7cc..d7f38b8 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,12 @@ Silence the logger:
 gtx -r https://github.com/thewhodidthis/gtx.git -q
 ```
 
+Only process select branches (in order of appearance):
+
+```sh
+gtx -r https://github.com/thewhodidthis/gtx.git -b main -b develop
+```
+
 Export a copy of the default HTML page template and quit:
 
 ```sh