I would think you would want to use git (svn or other source control system) you would need to commit and update when switching machines - but this would be independent of Heroku commits
I work on macbook and ubuntu desktop, when I switch I just make sure to commit and update for deployment to Heroku you can also set up both machines to access the remote; using git clone to set it up on the 2nd machine, I believe it will prompt for your email and password (the ones you used to register on Heroku) http://docs.heroku.com/sharing#accessing-an-app-when-youve-been-added-as-a-collaborator On May 11, 8:55 am, dan <[email protected]> wrote: > im a ruby / heroku noob that has been building app on imac and want to > start using mac book pro for development also. > whats the best way to share my app with both machines for development? > - using separate email address? > - using git separately? > - using gitosis locally? > - copy / paste? > > -- > 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 > athttp://groups.google.com/group/heroku?hl=en. -- 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.
