Created
October 23, 2013 05:44
-
-
Save zakelfassi/7113126 to your computer and use it in GitHub Desktop.
Adding a new Heroku app fork.
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 forked [email protected]:NEW_APP_NAME.git | |
git remote rename heroku old | |
git remote rename forked heroku | |
git push heroku master | |
heroku labs:enable user-env-compile -a NEW_APP_NAME |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment