You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The submodule-rm command currently assumes that the name of a module is equal to the path. This is true in most cases, as the path is used as name when adding a new submodule.
However, when moving a submodule, the name is not updated, so this doesn't hold for all cases.
The text was updated successfully, but these errors were encountered:
The
submodule-rm
command currently assumes that the name of a module is equal to the path. This is true in most cases, as the path is used as name when adding a new submodule.However, when moving a submodule, the name is not updated, so this doesn't hold for all cases.
The text was updated successfully, but these errors were encountered: