Melting pot of useful scripts from lab members
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
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