> If I have a Heroku app do I need to have a GitHub account or no?

no github account needed

> Also, is my repository private and is it hosted on Heroku servers?

all repos are private

stored on amazon's s3/ec2 via heroku

> Basically, when I make a commit does this exist only on my local
> machine or is it being stored somewhere else?

after you do a git commit, you have to do a "git push heroku master" to get 
your code to the world.although, you don't have to do a push after every 
commit, just when you want to release code.

also, keep in mind that if you push migrations, you have to tell heroku to run 
them with "heroku rake db:migrate"



----------------
still vegan. still straightedge.
shane becker
+1 801 898-9481
blog: http://iamshane.com
shirts: http://theresistancearmy.com



-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.

Reply via email to