Does the commit ID of a submodule in the parent repository automatically update after a new commit is made in the submodule?
I have a Git repository with a submodule, and after creating a new commit in the submodule repository, I noticed that the commit ID of the submodule in the parent repository automatically updated when I ran git submodule status
in the parent repository.
Does the commit ID of a submodule in the parent repository automatically update after a new commit is made in the submodule?
I have a Git repository with a submodule, and after creating a new commit in the submodule repository, I noticed that the commit ID of the submodule in the parent repository automatically updated when I ran git submodule status
in the parent repository.