Est-il possible d'automatiser une Git pousser toutes les heures via un script batch script.
En règle générale, j'écrirais ceci :
git add *
git commit -m "latest update"
git push https://username:password@github.com/username/repository.git master
Comment puis-je automatiser cela ?