update README
This commit is contained in:
parent
00824ff9cc
commit
3edb4cbe4d
1 changed files with 3 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ It was inspired by [[https://wiki.ros.org/wstool][wstool]], [[https://github.com
|
||||||
* Usage
|
* Usage
|
||||||
|
|
||||||
#+begin_example
|
#+begin_example
|
||||||
Usage: gis [COMMANDS] [OPTIONS]
|
Usage: gis [OPTIONS] [COMMAND]
|
||||||
|
|
||||||
Show a status summary of all Git repositories which are found recursively in
|
Show a status summary of all Git repositories which are found recursively in
|
||||||
current work directory. If the colon-separated environment variable $GIS_PATH
|
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
|
COMMANDS
|
||||||
fetch Execute 'git fetch --prune --all' for all found repositories
|
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
|
OPTIONS
|
||||||
-p, --path PATH Use PATH for searching Git repositories
|
-p, --path PATH Use PATH for searching Git repositories
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue