Skip to content

Instantly share code, notes, and snippets.

@CreaturePhil
Created February 17, 2015 02:22
Show Gist options
  • Save CreaturePhil/a275fbfd8404b3cd8811 to your computer and use it in GitHub Desktop.
Save CreaturePhil/a275fbfd8404b3cd8811 to your computer and use it in GitHub Desktop.
$ git init
$ git add .
$ git commit -m "initial commit"
$ heroku create
$ git push heroku master
$ heroku open
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment