From 1e2af024fe577e997d2bf7a38e3f190f4991b884 Mon Sep 17 00:00:00 2001 From: Milind Joshi Date: Fri, 22 Aug 2014 18:08:46 +0530 Subject: [PATCH 1/6] 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 fabac0ce19f80578a941f210c2f982a6c2a63606 Mon Sep 17 00:00:00 2001 From: Brent Beer Date: Mon, 3 Apr 2017 18:52:16 +0200 Subject: [PATCH 2/6] Create first-file.md --- first-file.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 first-file.md diff --git a/first-file.md b/first-file.md new file mode 100644 index 00000000..ad1d648d --- /dev/null +++ b/first-file.md @@ -0,0 +1 @@ +This is the content for my first file. From d0e6f9c0fd414afc5ef18630c0a508c25cee6ae4 Mon Sep 17 00:00:00 2001 From: cgerchen Date: Tue, 19 Mar 2019 11:18:24 +0800 Subject: [PATCH 3/6] Create cb_new_file.md --- cb_new_file.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 cb_new_file.md diff --git a/cb_new_file.md b/cb_new_file.md new file mode 100644 index 00000000..09ce8ee2 --- /dev/null +++ b/cb_new_file.md @@ -0,0 +1 @@ +hello world ... From 7a464f833f396e746d7d2dcf25e03ca63f8fa304 Mon Sep 17 00:00:00 2001 From: cgerchen Date: Tue, 19 Mar 2019 11:42:10 +0800 Subject: [PATCH 4/6] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index efebf033..5d1c7dc6 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,7 @@ How to Contribute ================= Just fork the original repo at pragmaticlearning/github-example, make your changes and send over a Pull Request. + +-------------- +test +--------------------- From d4feb3a49c64070a3c0abe3f86a5b9629668543a Mon Sep 17 00:00:00 2001 From: cgerchen Date: Tue, 19 Mar 2019 11:42:54 +0800 Subject: [PATCH 5/6] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 5d1c7dc6..2b2b6e01 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,4 @@ How to Contribute Just fork the original repo at pragmaticlearning/github-example, make your changes and send over a Pull Request. --------------- -test ---------------------- +cb test From fd54a3eff4cd5bbfa40d76df21110126b869e157 Mon Sep 17 00:00:00 2001 From: cgerchen Date: Tue, 19 Mar 2019 12:15:29 +0800 Subject: [PATCH 6/6] Rename cb_new_file.md to documentation/chapter_1.md --- cb_new_file.md => documentation/chapter_1.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename cb_new_file.md => documentation/chapter_1.md (100%) diff --git a/cb_new_file.md b/documentation/chapter_1.md similarity index 100% rename from cb_new_file.md rename to documentation/chapter_1.md