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
It's a little late, but we have changed our policy to manage some libraries in the git repository as submodules. This may cause some problems for people who cloned the repository before the change, when they pull changes from now on.
The git repository has recorded the commit id of the submodule used in the latest commit.
git submodule update --init are fetch submodule with git repo registered commit id.
For example, I have checkout submodule (TLabWebView) to bellow commit and push to remote, the user clone or fetch this repository will fetch same commit id of the submodule when run above command.
TLabAltoh
changed the title
[Announce] changed the way to manage some libraries in the repository
Changed the way to manage some libraries in the repository
Sep 11, 2024
It's a little late, but we have changed our policy to manage some libraries in the git repository as submodules. This may cause some problems for people who cloned the repository before the change, when they pull changes from now on.
command to create a new clone, including initialization of the submodules.
The text was updated successfully, but these errors were encountered: