Skip to content

Instantly share code, notes, and snippets.

@Epictetus
Forked from ikedahidenori/file0.txt
Created February 26, 2013 07:54
Show Gist options
  • Save Epictetus/5036767 to your computer and use it in GitHub Desktop.
Save Epictetus/5036767 to your computer and use it in GitHub Desktop.
$ git remote add heroku [email protected]:APPNAME.git
$ heroku git:remote --app APPNAME
$ git push heroku master
$ git push origin master
$ git remote add origin [email protected]:YOUR_ACCOUNT/REPOSITORY.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment