From 4d4a2816520cc25738a315046d42d35f0225cbf9 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Wed, 15 Nov 2017 00:03:48 -0500 Subject: [PATCH 1/1] Replace git remote update with fetch --- scripts/git-project-fetch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1