Skip to content

Mahbubulkabir/midterm-coding-exam

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation


Midterm

git clone https://github.com/PeopleNTech2/midterm-coding-exam.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


6 pushes required

every time you finish a topic, you need to push your work


submit your midterm github url to the link below:

https://forms.gle/KYfHSc5iNW6PenGc8

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%