Is it possible to retrieve your source code from heroku?

后端 未结 6 1102
执笔经年
执笔经年 2021-01-31 02:37

Once you have uploaded your source code to Heroku, is it possible to download it from there if necessary such as in the case of a failure of your local disk?

Because of

6条回答
  •  无人及你
    2021-01-31 03:04

    Just run the following, and you'll be good to go:

    git clone git@heroku.com:your_app_name.git
    

提交回复
热议问题