Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 376 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 376 Bytes

This repo contains submodules!

Checkout with:
git clone --recursive https://github.com/chrira/JavaScriptWorkshop.git

If you ommit the --recursive on the initial checkout, you can get the submodules with:
git submodule init
git submodule update

To update the repo to the latest version use:
git pull --recurse-submodules
git submodule update --recursive