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 c1078994c86975fe544bc1849d1b09dc62778263 Mon Sep 17 00:00:00 2001 From: dakrause Date: Fri, 1 Feb 2019 14:30:55 -0700 Subject: [PATCH 3/4] Create krauseFile.md Optional extended description for commit. --- krauseFile.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 krauseFile.md diff --git a/krauseFile.md b/krauseFile.md new file mode 100644 index 00000000..9fb82175 --- /dev/null +++ b/krauseFile.md @@ -0,0 +1 @@ +This is a new file to be added to github-example. From 49b651cc80d95710540e8b7c03820ff3718f9d62 Mon Sep 17 00:00:00 2001 From: dakrause Date: Fri, 1 Feb 2019 15:59:18 -0700 Subject: [PATCH 4/4] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index efebf033..52263907 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. + +krause added a line to this file.