GithubHelp home page GithubHelp logo

tracy58468 / java-lecture-examples-art-gallery Goto Github PK

View Code? Open in Web Editor NEW

This project forked from carolista/java-lecture-examples-art-gallery

1.0 0.0 0.0 6.01 MB

lecture examples for multiple class days starting with class 10 in Unit 2

Java 65.33% CSS 7.05% HTML 27.62%

java-lecture-examples-art-gallery's Introduction

java-lecture-examples-art-gallery

Lecture examples for classes 8, 10-12, and 17-20 in Unit 2

Use individual branches to git checkout starter code or solution for each class.

Note: There is no starter code for class 8 because the project is meant to be created with Spring Initializr as part of the lecture example.

HOW TO PULL DOWN CHANGES AFTER FORKING

If I make changes to the source code in my original repo after you have forked your own copy, you can follow these instructions to pull in my changes on your local machine:

STEP 1:

If you have not yet set the upstream connection, do this first in the terminal inside your forked repository:

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

Now you have two remotes, origin (your fork) and upstream (my original repo)

STEP 2:

In order to pull in changes locally, you will need to fetch anything new from my repo:

git fetch upstream

STEP 3:

For any branch you wish to update, first switch to that branch, then merge in my changes.

git checkout branch-name
git merge upstream/branch-name

If you run into merge conflicts, accept the incoming changes from upstream. If you have to manually edit the conflicts before finishing the merge commit, use my original repo as a guide.

java-lecture-examples-art-gallery's People

Contributors

carolista avatar tracy58468 avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.