Created
March 12, 2014 14:41
-
-
Save lyonsun/9508296 to your computer and use it in GitHub Desktop.
change heroku app name to be the same on site from terminal.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git remote rm heroku | |
| git remote add heroku git@heroku.com:yourappname.git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment