Git Tracks the Submodule’s State
Learn how to track the submodule's state.
We'll cover the following
Get the experimental branch
Since your alicelib
submodule is a straightforward clone of the remote alicelib
origin
, you have the master
branch and the origin
’s experimental
branch:
1 cd alicelib
2 git branch -a -vv
Get hands-on with 1400+ tech skills courses.