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
As of git 2.23.0 one can use git clone --recurse-submodules --remote-submodules to immediately fetch the submodule's HEAD, rather than the stored hash. We should update the superprojects' READMEs with this invocation.
Unfortunately, 2.23.0 is rather new. Currently it's only in Ubuntu Focal and Debian Bullseye and newer, or Debian Buster via backports.
As of git 2.23.0 one can use
git clone --recurse-submodules --remote-submodules
to immediately fetch the submodule's HEAD, rather than the stored hash. We should update the superprojects' READMEs with this invocation.Unfortunately, 2.23.0 is rather new. Currently it's only in Ubuntu Focal and Debian Bullseye and newer, or Debian Buster via backports.
https://github.com/git/git/blob/master/Documentation/RelNotes/2.23.0.txt#L36-L40
The text was updated successfully, but these errors were encountered: