📌  相关文章
📜  重命名 heroku 应用程序本地 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:43.685000             🧑  作者: Mango

代码示例1
First update the name for the heroku app on the heroku dashboard (on the heroku website)
Then do this on terminal (Make sure you're in the right repository)

$ git remote rm heroku (Remove the remote from git)
$ heroku git:remote -a  (Add it back with it's new name)