git clone https://github.com/PeopleNTech2/midterm-java-coding.git
***for the first push:
you need to create your own new repo on github
git remote show origin
git remote rm origin
git remote add origin (your own github url)
git init
git add .
git commit -m "name of the topic"
git push -u origin master
*** next pushes:
git add .
git commit -m "name of the topic"
git push -u origin master
5 pushes required
every time you finish a topic, you need to push your work
submit your midterm github url to: https://docs.google.com/forms/d/e/1FAIpQLSc8_UQg9zh_ujy4pP1ggDxUzKLFOkCOQh4nIqx8WA0U5va4vg/viewform?usp=sf_link