489 B
489 B
title, type, language, tags, author, cover, dateModified
| title | type | language | tags | author | cover | dateModified | ||
|---|---|---|---|---|---|---|---|---|
| Clone missing submodules | snippet | git |
|
chalarangelo | forest-balcony | 2021-04-13T21:10:59+03:00 |
Clones missing submodules and checks out commits.
- Use
git submodule update --init --recursiveto clone missing submodules and checkout commits.
git submodule update --init --recursive
git submodule update --init --recursive
# Clones missing submodules and checks out commits