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