Skip to content

Instantly share code, notes, and snippets.

@zakelfassi
Created October 23, 2013 05:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zakelfassi/7113126 to your computer and use it in GitHub Desktop.
Save zakelfassi/7113126 to your computer and use it in GitHub Desktop.
Adding a new Heroku app fork.
git remote add forked git@heroku.com: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