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
I was reading your documentation and after completing it, I realized that it would be nice to add the submodule topic in git, like this example:
git clone --recurse-submodules "${link}
Inside your vscode, if you want to see the new submodules updates, just run
git submodule update --remote
The text was updated successfully, but these errors were encountered:
I was reading your documentation and after completing it, I realized that it would be nice to add the submodule topic in git, like this example:
git clone --recurse-submodules "${link}
Inside your vscode, if you want to see the new submodules updates, just run
git submodule update --remote
The text was updated successfully, but these errors were encountered: