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 237ac8e980ea4dae809ce1eb415763f4c98b31a7 Mon Sep 17 00:00:00 2001 From: plamenai Date: Fri, 22 Jan 2016 11:21:09 -0600 Subject: [PATCH 2/4] Test file for GitHub tutorial Test file for learning how to use GitHub --- plamenaitest.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 plamenaitest.md diff --git a/plamenaitest.md b/plamenaitest.md new file mode 100644 index 00000000..a7d3e12d --- /dev/null +++ b/plamenaitest.md @@ -0,0 +1 @@ +This is a new test file by plamenai From 909016fcbe9db9f007ac1cba16178ffba1374e5c Mon Sep 17 00:00:00 2001 From: plamenai Date: Fri, 22 Jan 2016 11:47:26 -0600 Subject: [PATCH 3/4] Made minor changes to Readme file Changes adding a new line at the end. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index efebf033..63ec08bc 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,6 @@ How to Contribute ================= Just fork the original repo at pragmaticlearning/github-example, make your changes and send over a Pull Request. + + +PlamenAI made changes to Readme file From 5659f2148ed98a57433217dbd6b4c176f2db9e3b Mon Sep 17 00:00:00 2001 From: plamenai Date: Fri, 22 Jan 2016 11:51:25 -0600 Subject: [PATCH 4/4] Rename plamenaitest.md to documentation/chapter_1.md --- plamenaitest.md => documentation/chapter_1.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename plamenaitest.md => documentation/chapter_1.md (100%) diff --git a/plamenaitest.md b/documentation/chapter_1.md similarity index 100% rename from plamenaitest.md rename to documentation/chapter_1.md