-
Notifications
You must be signed in to change notification settings - Fork 22
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
Allow not creating the "super" git repository #49
Comments
Everything should be updated and pulled every time unless
If I understand correctly,
I see all of them in |
I am really talking about the local git repository that contains all the submodules, not the repositories containing the project. Basically, I would like an option to not have
The projects are updated, but the submodules are not staged in the main repositories, so you end up with this kind of output:
I personally don't mind having the changes never commited in the main local repository, but it's just makes e.g.,
I definitively do not have the one untracked above in
Doesn't this simply disable everything under
And the local repository was re-created, so I don't think that solves the problem. |
The "super" git repository is kind of huge with all the submodules, and is not updated (as far as I can tell) when doing a simple
mob build super
so when using git-enhanced command line such asposh-git
, doing anything inmodorganizer_super
is very slow since the command line as to be updated each time.Feature: Add an option (maybe under
super
task) to not create the "main" repository.On a side note, the following repository are not added as submodules currently, this might be a bug?
The text was updated successfully, but these errors were encountered: