Megarepo for all small lab thingy project scripts with no other home to go to
Better than only local!
git clone --no-checkout --depth=1 --filter=tree:0 [email protected]:edinburghhacklab/labthings.git
cd labthings/
git sparse-checkout set --no-cone /<project>
git checkout
Create a subdirectory appropriately named with a README.md!
Here is a cron example for keeping a script up to date on the working machine:
* * * * * cd /path/to/project && git pull && <any other commands>