-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature request] submodule support #26
Comments
+1000. submodules are my biggest pain point for the git interface today. I think it should be a separate command. |
Some pretty serious thought will need to go into this. What would your ideal git submodule interface look like? |
I think it would be nice to have an optional arg to the sync command to also update submodules, which could be set as the default option if desired, using either a dotfile or environment variable. |
to start with, make the existent commands work when inside a submodule. |
This is fixed actually and will be included in the next release. |
can it be easily updated with pip? |
Yes:
|
yupi On Saturday, March 31, 2012 at 06:20 , Kenneth Reitz wrote:
|
You should |
i think legit could grow some sort of submodule support -- perhaps
legit sync
would update all submodules? or maybe a dedicated command to work with submodules.The text was updated successfully, but these errors were encountered: