git init
Initialized empty Git repository in .git/
$ git add .
$ git commit -m "my first commit"
heroku create
heroku git:remote -a APP_NAME
git push heroku master