This commit is contained in:
Luk Lu
2021-12-16 20:23:54 +08:00
parent 135525c485
commit 063d40db36
4 changed files with 8 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ do
then
echo "git pulling [$FONPATH/$org/$repo]"
cd $repo
git pull
git pull --all
echo ""
cd ..
fi