...
Using the Heroku toolbelt you can write in the command line:
$ heroku plugins:install https://github.com/heroku/heroku-deploy
2.
Check if the heroku-deploy plugin is installed by typing in the command line
$ heroku plugins
And if everything is ok you will see:
=== Installed Plugins
heroku-deploy
Creating a Heroku application
...