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 0dfde2d2b0f3922c44067f8982527972ad7acfbe Mon Sep 17 00:00:00 2001 From: Fanxin Kong Date: Sun, 24 Jan 2016 15:46:21 +0800 Subject: [PATCH 2/3] Create new-file.md Add a memo..... --- new-file.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 new-file.md diff --git a/new-file.md b/new-file.md new file mode 100644 index 00000000..74967840 --- /dev/null +++ b/new-file.md @@ -0,0 +1 @@ +# This is the content for my new file. From 082e65d8c6ca5ecb13a6442f892e55e10c28eefd Mon Sep 17 00:00:00 2001 From: Fanxin Kong Date: Sun, 24 Jan 2016 15:57:06 +0800 Subject: [PATCH 3/3] Update README.md --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index efebf033..98915964 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,3 @@ GitHub Example ============== This is a simple example repository that will be used to show how to get started with GitHub. - -How to Contribute -================= - -Just fork the original repo at pragmaticlearning/github-example, make your changes and send over a Pull Request.