Skip to content

KennethFranco/VaccineTracker-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

VaccineTracker-Java

Preqrequisites:

  1. Install Git

Steps on how to use this repo:

1. Clone it

2. Create your own branch (this will be used so that your code is separated from the rest)

  • From the terminal earlier, cd into the VaccineTracker-Java folder image
  • Type git checkout -b "nameOfYourBranch" image
  • Type git push --set-upstream origin "nameOfYourBranch" image
  • Type git branch to make sure you're on your branch image

3. Pushing updates to 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) image image
  • Type git add .
  • Type git commit -m "message"
  • Type git push image
  • Your changes should be pushed now! Check your branch in the repo to see if the changes were reflected image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages