thanks Adam, I hadn't thought of running system commands from the console.
what would you recommend in place of using submodules to manage updating plugins? just running script/plugin update [some_plugin] and then commiting the changes through git? 2008/9/23 Adam Wiggins <[EMAIL PROTECTED]>: > > Generally, I'd probably recommend against submodules. However, you > can run the git submodule commands directly using the console (inside > the web editor -> gear menu -> console) if you really want to. For a > freshly pushed project, this would be: > > `git submodule init 2>&1` > `git submodule update 2>&1` > > Adam > > > > -- Oliver Azevedo Barnes [EMAIL PROTECTED] +55 11 9768 0193 http://www.linkedin.com/in/oliverbarnes http://workingwithrails.com/person/4704-oliver-barnes --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
