Skip to content

Instantly share code, notes, and snippets.

@lyonsun
Created March 12, 2014 14:41
Show Gist options
  • Select an option

  • Save lyonsun/9508296 to your computer and use it in GitHub Desktop.

Select an option

Save lyonsun/9508296 to your computer and use it in GitHub Desktop.
change heroku app name to be the same on site from terminal.
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