All class demonstration files and problem set solutions will be found here.
- Visit https://git-scm.com
- Download and install the version for your operating system
- Windows: Be sure to install "Use Git from Windows Command Prompt"
- Leave defaults selected for remaining install options
To access files you can open them in the browser by clicking on the file desired, but it is best to copy them to your own computer:
-
Locate the green code button and click it
-
Copy the URL and open git bash (terminal for MAC OS)
-
Type git clone and then paste the URL and hit enter
-
Alternatively you can directly enter:
git clone https://github.com/mjmacarty/OIM7502_SP24.git
This method creates a folder with the contents of the github repo in your computer's home directory. If you prefer that it be located elsewhere, you can change the location with the cd command, i.e. cd Documents will put the repository in your Documents folder.
-
Launch git bash (terminal in MAC OS)
-
Navigate to the repository on your computer
-
Enter:
git pull https://github.com/mjmacarty/OIM7502_SP24.git