Created
October 28, 2010 13:10
-
-
Save alterisian/651303 to your computer and use it in GitHub Desktop.
How to git your existing heroku app into a new github repo
This file contains 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 add github [EMAIL PROTECTED]:myaccount/myapp.git | |
git remote add heroku [EMAIL PROTECTED]:myapp.git | |
Then you can do “git push heroku” and “git push github”, or pull, or | |
From: http://blog.mindtonic.net/using-github-and-heroku-together |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment