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