I would like to "refresh" my local codebase with the code I have deployed to heroku and that is currently running.
I did a
git pull heroku master
And reveived a message saying that everything is up to date. I then tried
git checkout master
Hoping that this would overwrite my local copy of the code with what is available on Heroku. However this did not work. How do I "get" my code that is deployed to Heroku?