View categories
HTTP Git Public Beta
Change effective on 07 November 2014
Heroku now has beta support for HTTP Git in addition to the existing SSH Git implementation. To reconfigure an existing app to use HTTP Git, run this command in the app’s folder on your machine:
$ heroku git:remote --http-git
Git remote heroku updated
See Dev Center for details about HTTP Git on Heroku.