CSCI 356 assignment
- Download git here
- Generate SSH KEY here to clone git repository on your local machine
- put your generated ssh key on github.com
- then go to power shell and go into directory that you want to store the project in and type
git clone git@github.com:kanlip/duper-broccoli.gitNote: this will download all codes from github
if you have any update on the code, please go to other branch by typing on powershell in project directory
git checkout -b BRANCHNAME
After you done just push to the branch you created then we can merge ur branch to the main branch