jeftadlvw / git-nest

Nest external repositories into your project without git being bothered.
https://github.com/jeftadlvw/git-nest
Apache License 2.0
1 stars 1 forks source link

✨ new subcommand `pull` to update nested modules #36

Closed jeftadlvw closed 4 months ago

jeftadlvw commented 4 months ago

Maybe you want to pull every submodule at once, instead of cd-ing into every directory and performing the pull manually. This new subcommand should provide this functionaliy.

Some notes:

Performing a multi-module pull should be non-destructive.

jeftadlvw commented 4 months ago

The subcommand and tests are implemented. This feauture request is done. Please open a new issue if you experience any problems with this feature! Thank you!