hw4-Hospital-Management-System Documentaiton
-
clone in your computer:
mvn clean test git clone your_repo_url cd your_repo_dir
-
run tests from terminal:
mvn clean test
-
push your change to the repository:
git add . git commit -m "commit message" git push