Skip to content

Git/GitHub workflow practice, teaching underclassmen students how to fork, clone, push, pull, and submit pull requests

Notifications You must be signed in to change notification settings

adrianTJenkins/Practice01

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Practice01 of Git/Github Workshop

Set-up Your Environment

  1. Fork this repository to your account
  2. Clone the forked repository on your account with git clone https://github.com/USERNAME/Practice01
  3. Find the cloned repository with cd ./Documents/GitHub/Practice01/src/
  4. Verify your repository as the remote git remote -v --> should show link with your username
  5. Begin Exercise01 Task 1

Exercise01

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

Exercise02

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

About

Git/GitHub workflow practice, teaching underclassmen students how to fork, clone, push, pull, and submit pull requests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 95.1%
  • HTML 4.9%