Replace git remote update with fetch
[hvutilities.git] / scripts / git-project-fetch.sh
index 483e2ff..4f248b7 100755 (executable)
@@ -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