master
iotcat 4 years ago
parent f65a499d63
commit 6198dfab25
  1. 11
      README.md
  2. 2
      ini.sh

@ -1,6 +1,17 @@
# cron-git
crontab git task by nodejs
## preparation
- make sure Git was installed
- at __dir exec the following command
```shell
git config user.name "YOUR USER NAME"
git config user.email "YOUR EMAIL"
```
- execute ./ini.sh
## usage
```js
var o = {

@ -0,0 +1,2 @@
git config credential.helper store
git pull
Loading…
Cancel
Save