- Use git commands in terminal or in Git shell app (for Win users)
- Clone this repo in your local repository
- Create your own branch using tamplate for naming name-surname-hw(number) For example, branch for Homework 1 by student with name Steven Rogers shoud be: steven-rodgers-hw1
- In your branch create a folder with the same name name-surname-hw(number) and put in it your source code files
- Push your changes in remoted repo
- Create a Pull Request (PR) from your branch to main branch (you can do it on github site)
- Theacher will check your PR and will add comments
- You need to do changes considering teacher's comments
- You need push changes into your branch (your PR will be updated automatically)