X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=scripts%2Fgit-project-fetch.sh;h=4f248b7711584cbc7efd72733356bad69f7b445a;hb=fc645bad214eddef31e48d04ec950887e5091b08;hp=483e2ff51af07be46e641a4f730d84dc302b44a2;hpb=d240fda92b8bd822645ebeca8831d204746376da;p=hvutilities.git diff --git a/scripts/git-project-fetch.sh b/scripts/git-project-fetch.sh index 483e2ff..4f248b7 100755 --- a/scripts/git-project-fetch.sh +++ b/scripts/git-project-fetch.sh @@ -37,7 +37,7 @@ remote_update_repo() echo "Repo ${r}:" pushd "${r}" 1> /dev/null - git remote update 1> /dev/null + git fetch --all --prune 1> /dev/null vco master git pull --ff-only vco latest