https://github.com/githubtraining/example-maven
A Maven-built Java example
https://github.com/githubtraining/example-maven
Last synced: 8 months ago
JSON representation
A Maven-built Java example
- Host: GitHub
- URL: https://github.com/githubtraining/example-maven
- Owner: githubtraining
- Created: 2013-11-06T22:55:40.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-11-07T18:26:49.000Z (about 11 years ago)
- Last Synced: 2023-05-22T10:55:15.694Z (over 2 years ago)
- Language: Java
- Size: 188 KB
- Stars: 2
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
This is a sample project students can use during Matthew's Git class.
Here is an addition by me
We can have a bit of fun with this repo, knowing that we can always reset it to a known good state. We can apply labels, and branch, then add new code and merge it in to the master branch.
As a quick reminder, this came from one of three locations in either SSH, Git, or HTTPS format:
* git@github.com:matthewmccullough/hellogitworld.git
* git://github.com/matthewmccullough/hellogitworld.git
* https://matthewmccullough@github.com/matthewmccullough/hellogitworld.git
We can, as an example effort, even modify this README and change it as if it were source code for the purposes of the class.
This demo also includes an image with changes on a branch for examination of image diff on GitHub.