DEV Community

Discussion on: Explain Heroku dynos Like I'm Five

Collapse
 
jenc profile image
Jen Chan

And while we're at it... is it just my impression or one is unable to ever git clone their heroku repo history?

Collapse
 
briankephart profile image
Brian Kephart

You can clone the repo using git clone https://git.heroku.com/your-app.git. The url is on the Settings tab of your Heroku dashboard.