Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 592 Bytes

File metadata and controls

28 lines (18 loc) · 592 Bytes

LabUtilities

Melting pot of useful scripts from lab members

For the initial clone

Once you clone this repository, cd into it and run the following command:

git submodule update --init --recursive

This only needs to be done once

Updating the submodules

To update each submodule, run the following command from the LabUtilities directory:

git submodule foreach git pull origin master

You can then commit and push these changes so everyone else gets access to these updates:

git commit -am "Update utilities directories"
git push