Warning: Using Git/GitHub is optional due to the challenge it may present to students during an intense 5-week course. If a student has experience using Git/GitHub or Command Line tasks then they may attempt to use it. For students who do not have any previous experience using these tools I would recommend not worrying about Git/GitHub since it is not an important tool to use for this class.
To set up git, there are certain commands you will run:
To begin to work on assignments and turn in work, you will need to create a git repository for the course.
wreger-discoverwjonasreger.On your computer, go to your Desktop (you may need to minimize some windows) and create a datascience folder on your Desktop
datascience folder:
cd Desktopcd datascienceYOUR-GIT-REPO-URL with the URL from the “Course Setup” above):
git clone YOUR-GIT-REPO-URLcd YOUR-REPOSITORY-NAMEgit config user.name "Your Name"git config user.email "netid@illinois.edu"If a student opts to submit their work via GitHub, then their repository must be private and Jonas added as a collaborator. Each lab assignment would be pushed to the same repository as a new file.
Modified from Wade Fagen-Ulmschneider & Karle Flanagan’s STAT 107 - Fall 2019/Spring 2020 guides with permission.