Skip to content

Lecture examples for LaunchCode's Java Unit - starter code in main branch, solution in solution branch

Notifications You must be signed in to change notification settings

Carolista/java-lecture-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JAVA LECTURE EXAMPLES

IMPORTANT: When you fork, un-check the "main only" box to ensure you have a copy of the solution branch as well


If you fork and clone this repo to your local machine before I have added all branches, you can set upstream to point to my original repo like this:

> git remote add upstream https://github.com/Carolista/java-lecture-examples

After that, anytime you need your local machine to have knowledge of any new branches I may have added, run this command:

> git fetch upstream

To view all available branches:

> git branch -r

Then use git checkout some-branch-name as usual to create a local copy of the desired branch.

If I added new content to an existing branch and you want to merge it in, from some-branch-name:

git merge upstream/some-branch-name

About

Lecture examples for LaunchCode's Java Unit - starter code in main branch, solution in solution branch

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages