- Install Git
Steps on how to use this repo:
- Open the folder you want to place it in
- Type cmd in the folder's file directory
- In the terminal, copy paste this: git clone https://github.com/KennethFranco/VaccineTracker-Java.git
- Let it finish, now you have all the code in your local system
- From the terminal earlier, cd into the VaccineTracker-Java folder
- Type git checkout -b "nameOfYourBranch"
- Type git push --set-upstream origin "nameOfYourBranch"
- Type git branch to make sure you're on your branch
- Once you've made some updates to the code, you can push the changes to your branch.
- Do the cmd thing again in the project's folder (make sure you can see the .git folder)
- Type git add .
- Type git commit -m "message"
- Type git push
- Your changes should be pushed now! Check your branch in the repo to see if the changes were reflected