-
-
Save trungx/c3fd13b498eb2426db960efc1c405503 to your computer and use it in GitHub Desktop.
How to git your existing heroku app into a new github repo
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 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