deploying to heroku from git

C++
heroku builds:create --source-url https://user:[email protected]/repos/<username>/<repo name>/tarball/master/ --app <app-name>$ heroku git:remote -a thawing-inlet-61413
set git remote heroku to https://git.heroku.com/thawing-inlet-61413.git
$ git push heroku testbranch:master
$ git push heroku master
Initializing repository, done.
updating 'refs/heads/master'
...

Source

Also in C++: