add gitadd-a to ini.sh

master
iotcat 4 years ago
parent f1b30df2e3
commit 929b19c546
  1. 5
      ini.sh
  2. 2
      package.json

@ -1,2 +1,5 @@
git config credential.helper store
git pull
git pull
git add . -A
git commit -m "init from cron-git"
git push

@ -1,6 +1,6 @@
{
"name": "cron-git",
"version": "1.0.0",
"version": "1.0.1",
"description": "crontab git task",
"main": "index.js",
"scripts": {

Loading…
Cancel
Save