From 1e2af024fe577e997d2bf7a38e3f190f4991b884 Mon Sep 17 00:00:00 2001 From: Milind Joshi Date: Fri, 22 Aug 2014 18:08:46 +0530 Subject: [PATCH 1/4] 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/4] 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 f2a7c2aaa4bb23dac26b3d46fde0d68ad933eaf4 Mon Sep 17 00:00:00 2001 From: Ron Campbell Date: Tue, 8 May 2018 15:51:03 -0700 Subject: [PATCH 3/4] Create Newfile1 This is a test file. --- Newfile1 | 1 + 1 file changed, 1 insertion(+) create mode 100644 Newfile1 diff --git a/Newfile1 b/Newfile1 new file mode 100644 index 00000000..55f7f045 --- /dev/null +++ b/Newfile1 @@ -0,0 +1 @@ +This is the text of my new file. From b44553a4447e8097591a8618495aa5183b2f168a Mon Sep 17 00:00:00 2001 From: Ron Campbell Date: Tue, 8 May 2018 17:56:38 -0700 Subject: [PATCH 4/4] Rename Newfile1 to documentation/chapter1_md Add folder "documentation" --- Newfile1 => documentation/chapter1_md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Newfile1 => documentation/chapter1_md (100%) diff --git a/Newfile1 b/documentation/chapter1_md similarity index 100% rename from Newfile1 rename to documentation/chapter1_md