我是否可以通过批处理脚本每小时自动执行一次Git推送。
我通常会输入:
git add * git commit -m "latest update" git push https://username:password@github.com/username/repository.git master
我怎样才能自动化这个?
command-line scripts cron git
command-line ×1
cron ×1
git ×1
scripts ×1