Python script that build various branches for https://github.com/catalyst/docker_moodle
git config --global core.editor vim
git config --global user.name "xxxxxxxxxx"
git config --global user.email "xxxxxxxxx"
cd 1404-mysql && git init && git add . && git checkout -b 1404-mysql && git commit -m "Build" && git remote add origin [email protected]:catalyst/docker_moodle.git && git push -u origin 1404-mysql -f && cd ..
cd 1404-psql && git init && git add . && git checkout -b 1404-psql && git commit -m "Build" && git remote add origin [email protected]:catalyst/docker_moodle.git && git push -u origin 1404-psql -f && cd ..
cd 1604-mysql && git init && git add . && git checkout -b 1604-mysql && git commit -m "Build" && git remote add origin [email protected]:catalyst/docker_moodle.git && git push -u origin 1604-mysql -f && cd ..
cd 1604-psql && git init && git add . && git checkout -b 1604-psql && git commit -m "Build" && git remote add origin [email protected]:catalyst/docker_moodle.git && git push -u origin 1604-psql -f && cd ..
cd 1804-mysql && git init && git add . && git checkout -b 1804-mysql && git commit -m "Build" && git remote add origin [email protected]:catalyst/docker_moodle.git && git push -u origin 1804-mysql -f && cd ..
cd 1804-psql && git init && git add . && git checkout -b 1804-psql && git commit -m "Build" && git remote add origin [email protected]:catalyst/docker_moodle.git && git push -u origin 1804-psql -f && cd ..