Open up terminal or Command Prompt if using Windows
If you want you can make a directory named anything, just for organization (not needed)
Go to this link: https://github.com/samahsamiee/JavaProject/tree/master
You'll see something called "Clone or Download" on the middle right of the page and copy that link
On terminal type the command "git clone link"
Now you will have a directory called JavaProject and cd into this
Then type "git checkout Yourname" when you type your name the first letter should be uppercase
Now you can write your programs
If you are not done or done make sure you do the following commands:
git add .
git commit "write some kinda meaningful message"
git push -u orign YournameIf you go to the link and you click on "Branch master" then click your name you should see your work
Once we are done we'll push everything to the master branch