projects
/
hvutilities.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d240fda
)
Replace git remote update with fetch
author
Hugo Villeneuve
<hugo@hugovil.com>
Wed, 15 Nov 2017 05:03:48 +0000
(
00:03
-0500)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Wed, 15 Nov 2017 05:03:48 +0000
(
00:03
-0500)
scripts/git-project-fetch.sh
patch
|
blob
|
history
diff --git
a/scripts/git-project-fetch.sh
b/scripts/git-project-fetch.sh
index
483e2ff
..
4f248b7
100755
(executable)
--- 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 updat
e 1> /dev/null
+ git
fetch --all --prun
e 1> /dev/null
vco master
git pull --ff-only
vco latest