update.git.daProd.aSviluppo.sh 194 B

1234567
  1. git status
  2. find static/upload -type f -exec git add -f {} \;
  3. git add -f db/db.sqlite3
  4. git commit -m "Allineamento da produzione a sviluppo"
  5. git push
  6. git ls-files --deleted -z | xargs -0 git rm