how to trigger new heorku build without diting git

C++
heroku builds:create --source-url https://user:[email protected]/repos/<username>/<repo name>/tarball/master/ --app <app-name>
Source

Also in C++: