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 fabac0ce19f80578a941f210c2f982a6c2a63606 Mon Sep 17 00:00:00 2001 From: Brent Beer Date: Mon, 3 Apr 2017 18:52:16 +0200 Subject: [PATCH 2/7] 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 185158203dcf6384e94e36a8f2055a2dc01b60f0 Mon Sep 17 00:00:00 2001 From: robbertLiu <1418395466@qq.com> Date: Wed, 18 Jul 2018 21:39:48 +0800 Subject: [PATCH 3/7] Create newfile.md --- newfile.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 newfile.md diff --git a/newfile.md b/newfile.md new file mode 100644 index 00000000..31c2ae1a --- /dev/null +++ b/newfile.md @@ -0,0 +1 @@ +its a learning project, how to use the github. From 9b3450f6b0ec768bca87730ec218a9bf1a40076a Mon Sep 17 00:00:00 2001 From: robbertLiu <1418395466@qq.com> Date: Wed, 18 Jul 2018 21:57:40 +0800 Subject: [PATCH 4/7] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index efebf033..dd440724 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. + +im robbert liu. From c257c361ef46da7bfbbd037120449e15d4bc720f Mon Sep 17 00:00:00 2001 From: robbertLiu <1418395466@qq.com> Date: Wed, 18 Jul 2018 22:05:50 +0800 Subject: [PATCH 5/7] Rename new_file.md to documentation/chapter_i --- new_file.md => documentation/chapter_i | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename new_file.md => documentation/chapter_i (100%) diff --git a/new_file.md b/documentation/chapter_i similarity index 100% rename from new_file.md rename to documentation/chapter_i From 4ead466e347f0fe3d4c8ee26f03dfc0e014e002a Mon Sep 17 00:00:00 2001 From: robbertLiu <1418395466@qq.com> Date: Wed, 18 Jul 2018 22:16:13 +0800 Subject: [PATCH 6/7] create a new directory --- 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 3e4a12eba5868d0d6bdc2d75160bb22903f078a9 Mon Sep 17 00:00:00 2001 From: robbertLiu <1418395466@qq.com> Date: Wed, 18 Jul 2018 22:18:55 +0800 Subject: [PATCH 7/7] change directory --- {documentation => new_docs}/chapter_i | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {documentation => new_docs}/chapter_i (100%) diff --git a/documentation/chapter_i b/new_docs/chapter_i similarity index 100% rename from documentation/chapter_i rename to new_docs/chapter_i