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 514db7940c92f46fd86486418102c8a03bf5cd38 Mon Sep 17 00:00:00 2001 From: bjchung Date: Fri, 24 Jul 2015 16:33:23 +0900 Subject: [PATCH 2/7] Create new_file_bjchung.md This is a test commit. --- new_file_bjchung.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 new_file_bjchung.md diff --git a/new_file_bjchung.md b/new_file_bjchung.md new file mode 100644 index 00000000..797f4110 --- /dev/null +++ b/new_file_bjchung.md @@ -0,0 +1 @@ +This is the content for my file. From 0e0af7e9f23392606606c32ee30ab748e3ada51c Mon Sep 17 00:00:00 2001 From: bjchung Date: Mon, 27 Jul 2015 14:28:56 +0900 Subject: [PATCH 3/7] Update README.md This is a test. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index efebf033..f79865cb 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. + +Editing a File +============== + +This is a test. From c383323e7cfc1e73692c485b7882e0595059c3f7 Mon Sep 17 00:00:00 2001 From: bjchung Date: Mon, 27 Jul 2015 14:31:42 +0900 Subject: [PATCH 4/7] Update README.md This is a test. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index efebf033..f79865cb 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. + +Editing a File +============== + +This is a test. From 366b0d4a06c5eb72dbcba2bb3dce3dbdcaa691e8 Mon Sep 17 00:00:00 2001 From: bjchung Date: Mon, 27 Jul 2015 14:40:32 +0900 Subject: [PATCH 5/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 8246019ffc3abd8867f0b135092e1999cefa0094 Mon Sep 17 00:00:00 2001 From: bjchung Date: Mon, 27 Jul 2015 14:47:34 +0900 Subject: [PATCH 6/7] Create gitkeep --- build/gitkeep | 1 + 1 file changed, 1 insertion(+) create mode 100644 build/gitkeep diff --git a/build/gitkeep b/build/gitkeep new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/build/gitkeep @@ -0,0 +1 @@ + From 4ecdd1736b0e4d3afdf2dba2ddd1c53590da9677 Mon Sep 17 00:00:00 2001 From: bjchung Date: Mon, 27 Jul 2015 14:50:44 +0900 Subject: [PATCH 7/7] Rename documentation/chapter_1.md to new_docs/chapter_1.md --- {documentation => new_docs}/chapter_1.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {documentation => new_docs}/chapter_1.md (100%) diff --git a/documentation/chapter_1.md b/new_docs/chapter_1.md similarity index 100% rename from documentation/chapter_1.md rename to new_docs/chapter_1.md