About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
parm530
7/21/2019 - 1:08 PM
share
Share
add_circle_outline
Save
Heroku: Update App Name
h_name.md
content_copy
file_download
Rendered
Source
If you change the name of your project in the heroku website you'll need to update it in the terminal also:
git remote rm heroku git remote add heroku git@github.com:yourappname.git
clear