https://github.com/zj-john/autocommit
auto commit for contributions
https://github.com/zj-john/autocommit
Last synced: 11 months ago
JSON representation
auto commit for contributions
- Host: GitHub
- URL: https://github.com/zj-john/autocommit
- Owner: zj-john
- Created: 2017-09-06T12:58:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T08:52:57.000Z (over 3 years ago)
- Last Synced: 2025-04-02T02:11:15.834Z (about 1 year ago)
- Language: JavaScript
- Size: 7.22 MB
- Stars: 10
- Watchers: 0
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# autoCommit
一个向GitHub定期自动提交commit的小脚本
A auto commit tool for git with node
fork后执行以下操作即可
>目前计划任务只针对windows环境,linux环境用户更改task.js的schtasks命令为crontab后即可运行。后续会加上。
```
# 立即更新一次git
npm run git
# 设置更新计划任务
npm run task
```