Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 540 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 540 Bytes

Java-Course-Support-Repo

Supporting repo for Java Course

How to use this repo

  1. Clone this repo to your local machine
  2. Open this repo in IntelliJ IDEA
  3. Checkout to the branch that corresponds to the module you are working on

git switch <branch-name> or git checkout <branch-name>

Branches

  • java-fundamentals-starter + java-fundamentals-completed

  • advanced-fundamentals-completed + advanced-fundamentals-starter

  • java-testing-intro-starter + java-testing-intro-completed

  • movie-rating-app-completed