From 13262d30b3d320b11416bfe9694852c7d9e4d644 Mon Sep 17 00:00:00 2001 From: Tom Marble Date: Mon, 22 Jun 2015 18:38:36 -0500 Subject: [PATCH 1/2] Added PullRequests.md --- PullRequests.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 PullRequests.md diff --git a/PullRequests.md b/PullRequests.md new file mode 100644 index 0000000..da56cd7 --- /dev/null +++ b/PullRequests.md @@ -0,0 +1,9 @@ += Pull Requests + +This is a test of merging from a personal repo to + +clojurebridge-minneapolis/clojure-koans + +Such that at a future time that repo could be merge upstream to + +functional-koans/clojure-koans From 3df3f8999a02956ae0689154617e21cc223a5406 Mon Sep 17 00:00:00 2001 From: Tom Marble Date: Mon, 22 Jun 2015 18:40:31 -0500 Subject: [PATCH 2/2] Minor typo --- PullRequests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PullRequests.md b/PullRequests.md index da56cd7..4a368d5 100644 --- a/PullRequests.md +++ b/PullRequests.md @@ -1,4 +1,4 @@ -= Pull Requests +# Pull Requests This is a test of merging from a personal repo to