From 1e2af024fe577e997d2bf7a38e3f190f4991b884 Mon Sep 17 00:00:00 2001 From: Milind Joshi Date: Fri, 22 Aug 2014 18:08:46 +0530 Subject: [PATCH 1/7] 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 9310090672c47853559d05047d9f34746764379f Mon Sep 17 00:00:00 2001 From: JohnBoersma Date: Mon, 5 Oct 2015 21:29:13 -0400 Subject: [PATCH 2/7] This is a commit message. You can say more here. --- myFile | 1 + 1 file changed, 1 insertion(+) create mode 100644 myFile diff --git a/myFile b/myFile new file mode 100644 index 00000000..2424f31b --- /dev/null +++ b/myFile @@ -0,0 +1 @@ +This is a sample file that I'm practicing adding to this project. From d61070500e73780eaab19743998633a00021b8ec Mon Sep 17 00:00:00 2001 From: JohnBoersma Date: Fri, 9 Oct 2015 20:21:55 -0400 Subject: [PATCH 3/7] Adding some text. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index efebf033..5c98f4d1 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,5 @@ How to Contribute ================= Just fork the original repo at pragmaticlearning/github-example, make your changes and send over a Pull Request. + +I'm adding some text here. From 261e636f0257a46787990492231881cec0d932f7 Mon Sep 17 00:00:00 2001 From: JohnBoersma Date: Fri, 9 Oct 2015 20:25:10 -0400 Subject: [PATCH 4/7] Rename new_file.md to documentation/chapter_1.md --- new_file.md => documentation/chapter_1.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename new_file.md => documentation/chapter_1.md (100%) diff --git a/new_file.md b/documentation/chapter_1.md similarity index 100% rename from new_file.md rename to documentation/chapter_1.md From 6446de5b5a4828392533c99ac1a58f9267667a43 Mon Sep 17 00:00:00 2001 From: JohnBoersma Date: Fri, 9 Oct 2015 20:26:43 -0400 Subject: [PATCH 5/7] Create .gitkeep --- gitkeepfolder/.gitkeep | 1 + 1 file changed, 1 insertion(+) create mode 100644 gitkeepfolder/.gitkeep diff --git a/gitkeepfolder/.gitkeep b/gitkeepfolder/.gitkeep new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/gitkeepfolder/.gitkeep @@ -0,0 +1 @@ + From 298913ee1881b144d4c869d734a2f2b3229bd961 Mon Sep 17 00:00:00 2001 From: JohnBoersma Date: Fri, 9 Oct 2015 20:28:40 -0400 Subject: [PATCH 6/7] Rename documentation/chapter_1.md to gitkeepfolder/myfile --- documentation/chapter_1.md => gitkeepfolder/myfile | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename documentation/chapter_1.md => gitkeepfolder/myfile (100%) diff --git a/documentation/chapter_1.md b/gitkeepfolder/myfile similarity index 100% rename from documentation/chapter_1.md rename to gitkeepfolder/myfile From 641051b535018e561ba02ba809dcda157fd78288 Mon Sep 17 00:00:00 2001 From: JohnBoersma Date: Fri, 9 Oct 2015 20:40:53 -0400 Subject: [PATCH 7/7] Added text on the update_readme branch. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5c98f4d1..3a9cd766 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,6 @@ How to Contribute Just fork the original repo at pragmaticlearning/github-example, make your changes and send over a Pull Request. I'm adding some text here. + +Now I'm adding some more, on the update_readme branch. +