From 1e2af024fe577e997d2bf7a38e3f190f4991b884 Mon Sep 17 00:00:00 2001 From: Milind Joshi Date: Fri, 22 Aug 2014 18:08:46 +0530 Subject: [PATCH 1/3] 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 2c5d5e15e77f582928dcce96d335ed82f75d6729 Mon Sep 17 00:00:00 2001 From: jetarcher Date: Wed, 4 Jan 2017 12:54:59 -0800 Subject: [PATCH 2/3] Rename new_file.md to mynew_file.md Creating a new file to create it. --- mynew_file.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 mynew_file.md diff --git a/mynew_file.md b/mynew_file.md new file mode 100644 index 00000000..4562af78 --- /dev/null +++ b/mynew_file.md @@ -0,0 +1,2 @@ +This is new content +In a new file From e6c1abe090ec632d9a99357ecfe5f7be350e5966 Mon Sep 17 00:00:00 2001 From: jetarcher Date: Wed, 4 Jan 2017 13:07:28 -0800 Subject: [PATCH 3/3] Update README.md Oxford comma in Contribute section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index efebf033..7df66921 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,4 @@ This is a simple example repository that will be used to show how to get started How to Contribute ================= -Just fork the original repo at pragmaticlearning/github-example, make your changes and send over a Pull Request. +Just fork the original repo at pragmaticlearning/github-example, make your changes, and send over a Pull Request.