From 1e2af024fe577e997d2bf7a38e3f190f4991b884 Mon Sep 17 00:00:00 2001 From: Milind Joshi Date: Fri, 22 Aug 2014 18:08:46 +0530 Subject: [PATCH 1/4] Create another-file --- another-file | 1 + 1 file changed, 1 insertion(+) create mode 100644 another-file diff --git a/another-file b/another-file new file mode 100644 index 00000000..ef934c58 --- /dev/null +++ b/another-file @@ -0,0 +1 @@ +This file was created after the repo was forked. From 057e4d26edd23e90ae7191d3ed377e24887e0c1c Mon Sep 17 00:00:00 2001 From: Aaron Taylor Date: Sat, 25 Apr 2015 16:35:58 -0500 Subject: [PATCH 2/4] Creating a test file for inclusion into GitHub test fork This is where I should put extra information about the above commit. --- MyTestFile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 MyTestFile diff --git a/MyTestFile b/MyTestFile new file mode 100644 index 00000000..91d440cf --- /dev/null +++ b/MyTestFile @@ -0,0 +1,3 @@ +Strangely this is a place I can add or edit new files for inclusion into GITHUB. + +I think it useds **markdown.. or not.. From 3c82d82b0e64d6cb368fa57a60ae2a443b1e7190 Mon Sep 17 00:00:00 2001 From: Aaron Taylor Date: Sat, 25 Apr 2015 16:45:13 -0500 Subject: [PATCH 3/4] Updated the ReadMe to add a new section Just a new section for inclusion --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index efebf033..17d31b27 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,8 @@ How to Contribute ================= Just fork the original repo at pragmaticlearning/github-example, make your changes and send over a Pull Request. + +What I Added +============ + +I just decided to add this section as I am learning GitHub. From b9794d9b4207e2970371505148f5603ac58104c1 Mon Sep 17 00:00:00 2001 From: Aaron Taylor Date: Sat, 25 Apr 2015 16:47:33 -0500 Subject: [PATCH 4/4] Rename new_file.md to documentation/new_file.md --- new_file.md => documentation/new_file.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename new_file.md => documentation/new_file.md (100%) diff --git a/new_file.md b/documentation/new_file.md similarity index 100% rename from new_file.md rename to documentation/new_file.md