On Mon, Dec 19, 2011 at 3:22 AM, Rodrigo Ruiz <[email protected]> wrote:
> I currently have my account configured in mac terminal, but I'm working on a > job which the client will have the heroku account (but no computer > configured). > How do I upload a rails app I'm working on my computer to his account? `git push heroku master`, just like any other account. Look at your .git/config file for your current account. -- Hassan Schroeder ------------------------ [email protected] http://about.me/hassanschroeder twitter: @hassan -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en.

