475 B
475 B
title, type, tags, author, cover, dateModified
| title | type | tags | author | cover | dateModified | ||
|---|---|---|---|---|---|---|---|
| Clone missing submodules | snippet |
|
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