Open terminal and write this command:
git clone https://github.com/oralemre/Cmpe561_Homework1.git
If you already clone repository, change directory as where the repo is located in your local and to get new files on repository use following command:
git pull
After you clone or pull repository to your local directory. Go to the directory that you clone repository and change directory as Assignment2 if you want to run assignment2, or change directory as Assignment1 to run assignment1 and then follow the instructions under corresponding README.md file of assignment folder.