相关疑难解决方法(0)

每小时 GIT 推送

我是否可以通过批处理脚本每小时自动执行一次Git推送。

我通常会输入:

git add *
git commit -m "latest update"
git push https://username:password@github.com/username/repository.git master
Run Code Online (Sandbox Code Playgroud)

我怎样才能自动化这个?

command-line scripts cron git

9
推荐指数
1
解决办法
8533
查看次数

标签 统计

command-line ×1

cron ×1

git ×1

scripts ×1