2
我做這些操作:git,怎麼回去?
$ bundle exec rspec spec/
$ git add .
$ git commit -m "Finished layout and routes"
$ git checkout master
$ git merge filling-in-layout
$ git push
$ git push heroku
但後來我發現搞砸程序。我想回到上次提交。本地和github和heroku。我怎樣才能做到這一點?