From 1e2af024fe577e997d2bf7a38e3f190f4991b884 Mon Sep 17 00:00:00 2001 From: Milind Joshi Date: Fri, 22 Aug 2014 18:08:46 +0530 Subject: [PATCH 1/5] 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/5] 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 418a264faf14209fbb23c5c181495c2da6b2da40 Mon Sep 17 00:00:00 2001 From: lf147258 <2536248093@qq.com> Date: Sat, 10 Mar 2018 15:50:03 +0800 Subject: [PATCH 3/5] Create file2.0 --- file2.0 | 1 + 1 file changed, 1 insertion(+) create mode 100644 file2.0 diff --git a/file2.0 b/file2.0 new file mode 100644 index 00000000..872e5bb7 --- /dev/null +++ b/file2.0 @@ -0,0 +1 @@ +This is the new conments! From ab1af3d7c5c31c2e320220779bd2076202b8a33a Mon Sep 17 00:00:00 2001 From: lf147258 <2536248093@qq.com> Date: Sat, 10 Mar 2018 16:27:32 +0800 Subject: [PATCH 4/5] Update README.md delete something --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index efebf033..98915964 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,3 @@ GitHub Example ============== This is a simple example repository that will be used to show how to get started with GitHub. - -How to Contribute -================= - -Just fork the original repo at pragmaticlearning/github-example, make your changes and send over a Pull Request. From e3050b875c5014d8efac80aadb7e443301b3e9df Mon Sep 17 00:00:00 2001 From: lf147258 <2536248093@qq.com> Date: Sat, 10 Mar 2018 16:33:07 +0800 Subject: [PATCH 5/5] Rename new_file.md to documentation/chapter1.md --- new_file.md => documentation/chapter1.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename new_file.md => documentation/chapter1.md (100%) diff --git a/new_file.md b/documentation/chapter1.md similarity index 100% rename from new_file.md rename to documentation/chapter1.md