while true; do; git add . && git commit -am "Automatic commit from chromebook" && git pull –rebase && git push || git pull –rebase; sleep 60; done; #+ENDSRC