- Navigate to your class project central
cd CS3354
- Update the class codebase
cd 2021Spring
git pull
cd ..
- get the data folder (one time)
cd CS3354
git clone https://git.txstate.edu/CS3354/data.git
- get your projects central folder (first time)
git clone https://git.txstate.edu/CS3354/projects.git
- every other time
cd projects
git pull
cd ..