don't fetch before pull
This commit is contained in:
parent
5a8ebed33d
commit
c1d456d6eb
2 changed files with 2 additions and 3 deletions
|
|
@ -19,7 +19,7 @@ It was inspired by [[https://wiki.ros.org/wstool][wstool]], [[https://github.com
|
||||||
OPTIONS
|
OPTIONS
|
||||||
-f, --fetch Execute 'git fetch --prune --all' for all repositories in PATHS
|
-f, --fetch Execute 'git fetch --prune --all' for all repositories in PATHS
|
||||||
-p, --pull Execute 'git pull' for all repositories which are behind upstream
|
-p, --pull Execute 'git pull' for all repositories which are behind upstream
|
||||||
in PATHS (includes '--fetch')
|
in PATHS
|
||||||
-h, --help Show this help message and exit
|
-h, --help Show this help message and exit
|
||||||
#+end_example
|
#+end_example
|
||||||
|
|
||||||
|
|
|
||||||
3
gis
3
gis
|
|
@ -20,7 +20,7 @@ If the variable isn't set, the current work directory is used.
|
||||||
OPTIONS
|
OPTIONS
|
||||||
-f, --fetch Execute 'git fetch --prune --all' for all repositories in PATHS
|
-f, --fetch Execute 'git fetch --prune --all' for all repositories in PATHS
|
||||||
-p, --pull Execute 'git pull' for all repositories which are behind upstream
|
-p, --pull Execute 'git pull' for all repositories which are behind upstream
|
||||||
in PATHS (includes '--fetch')
|
in PATHS
|
||||||
-h, --help Show this help message and exit
|
-h, --help Show this help message and exit
|
||||||
EOF
|
EOF
|
||||||
exit
|
exit
|
||||||
|
|
@ -36,7 +36,6 @@ while (( "$#" )); do
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
-p|--pull)
|
-p|--pull)
|
||||||
fetch=true
|
|
||||||
pull=true
|
pull=true
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue