Gary Benson: git submodule forgetting
Did you forget the -r
when cloning a git repo with submodules? The command you’re looking for is git submodule update --init
Source: Planet GNU
Did you forget the -r
when cloning a git repo with submodules? The command you’re looking for is git submodule update --init
Source: Planet GNU