Skip to content

Instantly share code, notes, and snippets.

@joncode
Created June 12, 2012 00:31
Show Gist options
  • Select an option

  • Save joncode/2913650 to your computer and use it in GitHub Desktop.

Select an option

Save joncode/2913650 to your computer and use it in GitHub Desktop.
add remote to heroku
sudo gem install heroku
git config -l
if heroku is there
git remote rm heroku
then ..
git remote add heroku git@heroku.com:becker.git
the app name on heroku is "becker.git"
even tho the git repo is named "joncode:becker_sqlite.com"
make sure that that is correct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment