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 3268d023b0ad28dc80b0634bd28a081e14d98a2a Mon Sep 17 00:00:00 2001 From: celuda Date: Mon, 3 Sep 2018 13:55:44 +0800 Subject: [PATCH 3/7] Rename new_file.md to my_new_file.md --- my_new_file.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 my_new_file.md diff --git a/my_new_file.md b/my_new_file.md new file mode 100644 index 00000000..4ce1e7af --- /dev/null +++ b/my_new_file.md @@ -0,0 +1 @@ +This is the content for my new file.md From d015fa6d1f26b62f451f9aee8b30678e56389eb6 Mon Sep 17 00:00:00 2001 From: celuda Date: Mon, 3 Sep 2018 14:23:54 +0800 Subject: [PATCH 4/7] Rename my_new_file.md to documentation/chapter_1.md --- my_new_file.md => documentation/chapter_1.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename my_new_file.md => documentation/chapter_1.md (100%) diff --git a/my_new_file.md b/documentation/chapter_1.md similarity index 100% rename from my_new_file.md rename to documentation/chapter_1.md From 665f4675f6286b1fcedcbeb21dcd81bfdbe0a79b Mon Sep 17 00:00:00 2001 From: celuda Date: Mon, 3 Sep 2018 14:24:40 +0800 Subject: [PATCH 5/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 c6216a009b2aaaa06c0f2041f8da43cfbb3477ad Mon Sep 17 00:00:00 2001 From: celuda Date: Mon, 3 Sep 2018 14:26:09 +0800 Subject: [PATCH 6/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 From 33f52c7450df3f975221ef9d0e2e8cbbfa889259 Mon Sep 17 00:00:00 2001 From: celuda Date: Mon, 3 Sep 2018 14:29:25 +0800 Subject: [PATCH 7/7] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index efebf033..4565c966 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. + +How To Quit +=========== + +Just Close your computer!