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": {