Hello Git World sample training repository
Find a file
2025-12-02 17:37:23 +00:00
resources Addition of the README and basic Groovy source samples. 2011-04-18 11:17:08 -06:00
src Update package name, directory 2014-11-05 13:00:35 -07:00
.gitattributes .gitattributes to make this play nicely onWindows 2012-06-08 22:48:23 -06:00
.gitignore Adding maven build script 2012-07-24 22:07:55 -07:00
.travis.yml Fix YAML name-value pair missing space 2014-11-05 12:19:02 -07:00
build.gradle Added gradle build file 2012-07-24 22:25:20 -07:00
fix.txt Fixes #1 2012-08-30 17:00:50 -07:00
pom.xml Fix #1 2025-12-02 17:33:17 +00:00
README.txt Even I can change the readme file 2013-06-18 15:34:38 -04:00
runme.sh fix #3 2025-12-02 17:36:56 +00:00

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.