Answers for "heroku new url"

0

heroku new url

// Check for the current url 
git remote -v

// remove remote url
git remote rm heroku

// re-add the remote url
git remote add heroku [email protected]:boiling-inlet-6957.git
Posted by: Guest on October-13-2021

Browse Popular Code Answers by Language