riccardoscalco
7/15/2015 - 6:44 AM

Git: revert to an older commit. Get your index and work tree into the desired state, without changing HEAD. http://stackoverflow.com/questio

Git: revert to an older commit. Get your index and work tree into the desired state, without changing HEAD. http://stackoverflow.com/questions/4114095/revert-to-a-previous-git-commit

$ git checkout 0d1d7fc32 .
$ git commit -m "revert to older commit"
$ git push origin master