From d98cc93463eddf07bcf167efa6c067d0854fb43d Mon Sep 17 00:00:00 2001 From: Jordan McCullough Date: Mon, 5 Aug 2013 10:15:39 -0700 Subject: [PATCH] Initial commit --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2d44d48 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +ex-submodule +============= + +This repository contains several commits of a single project file as a simple example used in conjunction with submodules. + +## Usage + +* Adding an [example-dependency](https://github.com/githubtraining/example-dependency) with `git submodule add` +* Examining how repositories track submodules by ref +* Changing submodule ref with `git checkout` within the subdirectory \ No newline at end of file