Github刷提交记录
Github刷提交记录
https://github.com/sky-0914/git-auto-commit
00 12 * * * cd /home/github && git pull && /usr/bin/node add.js && git commit -a -m ‘git auto commit’ && git push origin master
*/5 * * * * cd /home/github/test-project && git pull && /usr/bin/node add.js && git commit -a -m ‘git auto commit’ && git push origin master
5 5 0/3 * * cd /home/github/test-project && git pull && /usr/bin/node add.js && git commit -a -m ‘git auto commit’ && git push origin master
Github刷提交记录
https://happyloves.cn/20210306/b4123b4c0c67.html