Cloning a previous version on Heroku
I'm new to Heroku. After pushing bad code to the server, I used heroku rollback to revert to a previous version. I then tried to clone this rollback to my computer with: git clone git@heroku.com:<project>.git <dir> Unfortunately, this clones the corrupted head, not the rollback. Is there a way to actually clone a specific previous version? When you do rollbacks, the head of your Heroku Git repo will no longer reflect the running state of you app. Check your releases: $ heroku releases Rel Change By When ---- ---------------------- ------------------- ------------- v52 Config add AWS_S3_KEY