- Fork this repository to your account
- Clone the forked repository on your account with
git clone https://github.com/USERNAME/Practice01
- Find the cloned repository with
cd ./Documents/GitHub/Practice01/src/
- Verify your repository as the remote
git remote -v
--> should show link with your username - Begin Exercise01 Task 1
Task 1: Debug the Java program found in Exercise01/Exercise01.java
. Be sure to compile this program when you think you have the solution
Task 2: Add all changed files to be commited
Task 3: Make a commit with a short message on what your bug fix was (5-15 characters)
Task 4: On github.com, nagivate to your profile and click on the your Practice01 repository. Create a new pull request and fill in the relevant fields explaining your fix for the bug
Task 5: Submit your new pull request and begin Exercise02 Task 1
Task 1: Open the next exercise, Exercise02/index.html
, in your code editor
Task 2: Edit the html code to add your name to the homepage
Task 3: Add all changed files and make a commit with a short message on what you added
Task 4: Create a new pull request, filling in the relevant fields on what you changed this time