From 1e2af024fe577e997d2bf7a38e3f190f4991b884 Mon Sep 17 00:00:00 2001 From: Milind Joshi Date: Fri, 22 Aug 2014 18:08:46 +0530 Subject: [PATCH 1/6] 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 3b7fc01e32c3bc93051f411be0eeb8c2e8561d48 Mon Sep 17 00:00:00 2001 From: Rodney Weems Date: Sat, 6 Aug 2016 22:39:18 -0400 Subject: [PATCH 2/6] Create New_Example --- New_Example | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 New_Example diff --git a/New_Example b/New_Example new file mode 100644 index 00000000..d7603969 --- /dev/null +++ b/New_Example @@ -0,0 +1,2 @@ +//Hello World +//Let's see how this works. From f988a5b9faaac3a96d4ac9a21a6839074bc8f8bc Mon Sep 17 00:00:00 2001 From: Rodney Weems Date: Sat, 6 Aug 2016 22:40:54 -0400 Subject: [PATCH 3/6] Create Commit_CommentExample Did this to find out what a comment looks like. --- Commit_CommentExample | 1 + 1 file changed, 1 insertion(+) create mode 100644 Commit_CommentExample diff --git a/Commit_CommentExample b/Commit_CommentExample new file mode 100644 index 00000000..2f7d9d78 --- /dev/null +++ b/Commit_CommentExample @@ -0,0 +1 @@ +//what does commit comment look like? From bc5d3775ffd0a7fd403f7085cd3f00da8aa50c43 Mon Sep 17 00:00:00 2001 From: Rodney Weems Date: Sat, 6 Aug 2016 22:42:32 -0400 Subject: [PATCH 4/6] This is my title Did this to check on what a commit title looks like --- TitleExample3 | 1 + 1 file changed, 1 insertion(+) create mode 100644 TitleExample3 diff --git a/TitleExample3 b/TitleExample3 new file mode 100644 index 00000000..cf140cfb --- /dev/null +++ b/TitleExample3 @@ -0,0 +1 @@ +//One more to check on title. From cb96a4bcecd6333ce9cbba37d3a4038f5688bd2c Mon Sep 17 00:00:00 2001 From: Rodney Weems Date: Sun, 7 Aug 2016 10:07:23 -0400 Subject: [PATCH 5/6] Just editing a file. I added the phrase, "How do you like this? --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index efebf033..72638982 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ GitHub Example ============== This is a simple example repository that will be used to show how to get started with GitHub. +How is this. Do you like it? How to Contribute ================= From f2a52863f990efc130b3c21d34fbeb97f4f71991 Mon Sep 17 00:00:00 2001 From: Rodney Weems Date: Sun, 7 Aug 2016 10:19:04 -0400 Subject: [PATCH 6/6] Renamed and place in folder Did this to test this function. --- new_file.md => documentation/chapt_1.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename new_file.md => documentation/chapt_1.md (100%) diff --git a/new_file.md b/documentation/chapt_1.md similarity index 100% rename from new_file.md rename to documentation/chapt_1.md