Are there are any drawbacks of using Heroku as the primary Git repo – as a replacement for Github ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Heroku isn’t a replacement for GitHub (and certainly don’t have all the social feature, pull request, fork queues, reviews and comments on commits…).
Plus I don’t think it supports smart http (which is important when you are pushing behind an enterprise firewall).
And it doesn’t support submodules (GitHub does)
But it is adapted for managing and deploying web application, and has advanced monitoring feature. If it is your case, then Heroku is the right choice.