final code to push the project at heroku code example
Example 1: git push to heroku
$ git push heroku master
Example 2: how to force push to heroku
git push --force heroku master
Example 3: how to trigger new heorku build without diting git
heroku builds:create --source-url https://user:[email protected]/repos/<username>/<repo name>/tarball/master/ --app <app-name>
Example 4: set git remote heroku to https://git.heroku.com/resume-projects.git
$ git push heroku testbranch:master