📜  heroku new url - 任何代码示例

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

代码示例1
// Check for the current url 
git remote -v

// remove remote url
git remote rm heroku

// re-add the remote url
git remote add heroku git@heroku.com:boiling-inlet-6957.git