Pull from github in sync-org.sh
This commit is contained in:
@ -30,6 +30,11 @@ for URL in $URLLIST; do
|
||||
echo "Merging updates for $CLONEDIR... attempt $d"
|
||||
git pull origin master && break
|
||||
done
|
||||
for d in $DO; do
|
||||
# push all the updates
|
||||
echo "Merging updates for $CLONEDIR... attempt $d"
|
||||
git pull origin master && break
|
||||
done
|
||||
for d in $DO; do
|
||||
# push all the branches
|
||||
echo "Pushing updates for $CLONEDIR... attempt $d"
|
||||
|
Reference in New Issue
Block a user