I am new to Heroku. After clicking on the bad code on the server, I used heroku rollback to heroku rollback back to the previous version. Then I tried to clone this rollback to my computer with:
git clone git@heroku.com :<project>.git <dir>
Unfortunately, this clones a damaged head, not a rollback. Is there a way to actually clone a specific previous version?
git clone heroku rollback
nullnullnull
source share