GIT | Ripristinare un precedente commit sul branch master
git checkout master git reset –hard “codice_esadecimale_del_commit” git push –force origin master
Guide pratiche di Linux, Windows, Database, Sviluppo Web e molto altro
git checkout master git reset –hard “codice_esadecimale_del_commit” git push –force origin master