From 929b19c5462bc7a5af9999dcc976abfeee0545cf Mon Sep 17 00:00:00 2001 From: iotcat Date: Sun, 19 Jan 2020 12:31:07 +0000 Subject: [PATCH] add gitadd-a to ini.sh --- ini.sh | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ini.sh b/ini.sh index 0c47abe..30210c3 100644 --- a/ini.sh +++ b/ini.sh @@ -1,2 +1,5 @@ git config credential.helper store -git pull \ No newline at end of file +git pull +git add . -A +git commit -m "init from cron-git" +git push diff --git a/package.json b/package.json index b7e93e2..d2cf5e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cron-git", - "version": "1.0.0", + "version": "1.0.1", "description": "crontab git task", "main": "index.js", "scripts": {