...

/

Git Tracks the Submodule’s State

Git Tracks the Submodule’s State

Learn how to track the submodule's state.

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
Terminal 1
Terminal
Loading...

You are on the master branch (current HEAD location is indicated with a *), which is mapped to remotes/origin/master.

References Will Be Different
The refs (e.g., ff75b7f) will be ...