heroku add app code example
Example 1: git push to heroku
$ git push heroku master
Example 2: heroku create app
heroku create <app_name_you_want_it_to_be>
# Make sure you have heroku CLI installed and have added it to PATH.
Example 3: heroku and github on termi
$ git push heroku master
Initializing repository, done.
updating 'refs/heads/master'
...
Example 4: add heroku to cli
$ brew tap heroku/brew && brew install heroku