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

✨ named submodules #9

Open jeftadlvw opened 4 months ago

jeftadlvw commented 4 months ago

Add a required name to each submodule configuration. This could help when specifying some behaviour.

[[submodule]]
  name = "foo"
  path = "path/to/repository"
  url = "https://url/to/repository"
  ref = "branch, tag or commit"

Now, you have a generic way of addressing the submodules for commands like remove and mabye later sync.