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 a19bb87db90425520db7ddd9aaa2dbe47a38ebab Mon Sep 17 00:00:00 2001 From: eterrazas Date: Wed, 26 Aug 2015 13:31:29 -0500 Subject: [PATCH 2/6] Rename new_file.md to eterrazas_new_file.md --- eterrazas_new_file.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 eterrazas_new_file.md diff --git a/eterrazas_new_file.md b/eterrazas_new_file.md new file mode 100644 index 00000000..2c42e00f --- /dev/null +++ b/eterrazas_new_file.md @@ -0,0 +1 @@ +This is the content for my new file. From ae72cc7703c392400984880172d96865682e39e3 Mon Sep 17 00:00:00 2001 From: eterrazas Date: Wed, 26 Aug 2015 13:57:39 -0500 Subject: [PATCH 3/6] Update README.md Added a tip on getting pull requests accepted. 50% of the time it works all the time. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index efebf033..1209e173 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,8 @@ How to Contribute ================= Just fork the original repo at pragmaticlearning/github-example, make your changes and send over a Pull Request. + +How to get your PullRequests accepted +===================================== + +Contribute something meaningful. From 14a0bc02147a870d1c8af508b6588e057a489ee1 Mon Sep 17 00:00:00 2001 From: eterrazas Date: Wed, 26 Aug 2015 14:13:41 -0500 Subject: [PATCH 4/6] Rename eterrazas_new_file.md to documentation/chapter_1.md Moving the file to the documentation folder and renaming it Chapter 1 --- eterrazas_new_file.md => documentation/chapter_1.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename eterrazas_new_file.md => documentation/chapter_1.md (100%) diff --git a/eterrazas_new_file.md b/documentation/chapter_1.md similarity index 100% rename from eterrazas_new_file.md rename to documentation/chapter_1.md From ccb854449f1587ec7336f2f8de0fff027c86f16c Mon Sep 17 00:00:00 2001 From: eterrazas Date: Wed, 26 Aug 2015 14:14:56 -0500 Subject: [PATCH 5/6] Create .gitkeep I needed a folder. --- build/.gitkeep | 1 + 1 file changed, 1 insertion(+) create mode 100644 build/.gitkeep diff --git a/build/.gitkeep b/build/.gitkeep new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/build/.gitkeep @@ -0,0 +1 @@ + From 09f25f4aa00b1d2174f74f5be8817c3b8bd7778d Mon Sep 17 00:00:00 2001 From: eterrazas Date: Wed, 26 Aug 2015 14:16:17 -0500 Subject: [PATCH 6/6] Rename documentation/chapter_1.md to new_docs/chapter_1.md Renaming documenation directory to new_docs --- {documentation => new_docs}/chapter_1.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {documentation => new_docs}/chapter_1.md (100%) diff --git a/documentation/chapter_1.md b/new_docs/chapter_1.md similarity index 100% rename from documentation/chapter_1.md rename to new_docs/chapter_1.md