I have a project in a private github repository (but this should work for public repositories as well) and there are many contributors. The github repository is designated as master copy. This project is set up for deployment in my application on heroku.com.
I would like to get push git to go directly from github to heroku without first posting it on my workstation. Is there any way to do this?
source
share