Skip to content

Instantly share code, notes, and snippets.

View enima007's full-sized avatar
🎯
Focusing

Amine Rebati enima007

🎯
Focusing
View GitHub Profile
console.log('your log message here!');

Cloning a repo containing submodules.

git clone --recursive -j8 [-b branch-name] <repo-url>

Example

git clone --recursive -j8 -b develop [email protected]:path/to/repo.git

Load submodules for a cloned repo.