how to push to github while heroku code example
Example 1: git push to heroku
$ git push heroku master
Example 2: deploying to heroku from git
$ git push heroku testbranch:master
$ git push heroku master
$ git push heroku testbranch:master