prezi / pride

Manages a pride of Gradle modules
Other
71 stars 13 forks source link

pride update should also update git submodules #125

Closed gnagy closed 9 years ago

lptr commented 9 years ago

Try pride update --recursive. (Using pride help update is a good idea, too. :p)

You can also do

pride config --global repo.recursive.always true

To set this to be the default behavior.

gnagy commented 9 years ago

Could we make this the built-in default behavour so it would work out of the box and then you'd need to do this instead to override? pride config --global repo.recursive.always false

Btw does this also work for pride add?

lptr commented 9 years ago

Yes, the add command uses the same code (AddAction) as init, so repo.recursive.always works the same way there, too. Please create a pull-reuqest if you want to change the default.