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 2f3a6a2cd9c336f0116acf4d030f24cbc4b712f9 Mon Sep 17 00:00:00 2001 From: Nabil Hijazi Date: Sun, 8 Jan 2017 03:30:28 -0800 Subject: [PATCH 2/5] Create first-file.md --- first-file.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 first-file.md diff --git a/first-file.md b/first-file.md new file mode 100644 index 00000000..17f03f50 --- /dev/null +++ b/first-file.md @@ -0,0 +1,3 @@ +Sunday 1/8/17. + +Following direction in PeterBell's GitHub book. From face7a129dd6ddcfa76395b37df416313f1a1af4 Mon Sep 17 00:00:00 2001 From: Nabil Hijazi Date: Sun, 8 Jan 2017 04:12:38 -0800 Subject: [PATCH 3/5] Edit README.md To practice editing a file on GitHub - following Peter Bell's book. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index efebf033..f49d9c8a 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. + +Changes made on Sunday 1/8/17. NabilH. From 556370a7ac7c2a32314a2a61528f25268831decf Mon Sep 17 00:00:00 2001 From: Nabil Hijazi Date: Sun, 8 Jan 2017 04:13:44 -0800 Subject: [PATCH 4/5] Update README.md To check the effect of the "======" line. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f49d9c8a..a17d41cf 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,4 @@ How to Contribute Just fork the original repo at pragmaticlearning/github-example, make your changes and send over a Pull Request. Changes made on Sunday 1/8/17. NabilH. +====================================== From f01dde0321f6a4e5f3e0ef5087ff123402823d36 Mon Sep 17 00:00:00 2001 From: Nabil Hijazi Date: Sun, 8 Jan 2017 04:18:34 -0800 Subject: [PATCH 5/5] Rename first-file.md to documentation/file-1.md Practicing renaming and moving --- first-file.md => documentation/file-1.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename first-file.md => documentation/file-1.md (100%) diff --git a/first-file.md b/documentation/file-1.md similarity index 100% rename from first-file.md rename to documentation/file-1.md