git status find static/upload -type f -exec git add -f {} \; git add -f db/db.sqlite3 git commit -m "Allineamento da produzione a sviluppo" git push