From 3edb4cbe4d6fe074ab60665a0cae63abf800e6df Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Sat, 14 Oct 2023 17:42:49 +0200 Subject: [PATCH] update README --- README.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 8671f69..e463c9f 100644 --- a/README.org +++ b/README.org @@ -10,7 +10,7 @@ It was inspired by [[https://wiki.ros.org/wstool][wstool]], [[https://github.com * Usage #+begin_example - Usage: gis [COMMANDS] [OPTIONS] + Usage: gis [OPTIONS] [COMMAND] Show a status summary of all Git repositories which are found recursively in current work directory. If the colon-separated environment variable $GIS_PATH @@ -18,7 +18,8 @@ It was inspired by [[https://wiki.ros.org/wstool][wstool]], [[https://github.com COMMANDS fetch Execute 'git fetch --prune --all' for all found repositories - pull Execute 'git pull' for all found repositories which are behind upstream + pull Execute 'git pull' for all found repositories which are behind + upstream, includes 'gis fetch' OPTIONS -p, --path PATH Use PATH for searching Git repositories