views:

35

answers:

1

On Github, I can send a page link with a file of code. Does Heroku have the same functionality, or do I have to have them clone the project and added as a collaborator to do that?

+5  A: 

There is a very good article that explains how to do this:

http://kristinalim.com.ph/blog/2010/02/08/collaboration-for-heroku-users/

Basically, you can use GitHub for your repository. You start there, then add Heroku as another remote location you can push to. So when you push to github, nothing happens. That's good, because you don't always want to deploy new changes. But when you push to heroku, your app will be redeployed.

Jaime Bellmyer
Wow can't thank you enough again Jaime. I crown and dub thee Lord of the Answer.
Trip
haha, glad I could help :) I actually felt a little lazy pointing you to an article instead of including all the examples in my answer.
Jaime Bellmyer