Created
June 12, 2012 00:31
-
-
Save joncode/2913650 to your computer and use it in GitHub Desktop.
add remote to heroku
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
| 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