Hello! To prepare for the workshop, we ask that you please do the following two things:
Please make sure you have an appropriate installation of Git installed! You should be able to access it from your computer's command line application. Follow the instructions in the Installing Git repository for more detailed instructions.
Clone this repository using the --recursive
flag so that the submodules are initialized:
git clone --recursive https://github.com/git-school/workshop-setup.git
Once cloned correctly, you should have additional subfolders inside the clone repsitories, and those subfolders should not be empty. If they are, run the command listed under "Update the Repository," below.
A day or two before the workshop, please take a moment to pull down the latest changes so everything is up to date. From inside the cloned repository, run:
git pull
and then
git submodule update --init --recursive