Warning: Deprecated! Heroku Eclipse plugin is a fully integrated plugin into Eclipse IDE that will allow developers to manage their Heroku apps and environment right from their favourite IDE
15
stars
8
forks
source link
Cloned apps should use `heroku` as remote repo name #52
When apps are cloned, the remote repo is set as the default origin, but we should be calling it heroku to be consistent with other tools and documentation.
When apps are cloned, the remote repo is set as the default
origin
, but we should be calling itheroku
to be consistent with other tools and documentation.