From 4a671ea22ab211603d38f27f7b1a6307499abd12 Mon Sep 17 00:00:00 2001 From: puneet Date: Mon, 1 Aug 2016 12:10:35 +0530 Subject: [PATCH 1/3] test commit --- opml.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/opml.php b/opml.php index 46a4de8..be71283 100644 --- a/opml.php +++ b/opml.php @@ -36,4 +36,5 @@ function load() { echo "file) . "\">Download OPML File"; } } -?> \ No newline at end of file +?> +#test comment From 8f9ca6ebca0c2c33aa6016ef1aad2287eb921da4 Mon Sep 17 00:00:00 2001 From: puneet Date: Mon, 1 Aug 2016 12:16:46 +0530 Subject: [PATCH 2/3] new file --- file2 | 3 +++ newfile.txt | 0 2 files changed, 3 insertions(+) create mode 100644 file2 create mode 100644 newfile.txt diff --git a/file2 b/file2 new file mode 100644 index 0000000..bb79400 --- /dev/null +++ b/file2 @@ -0,0 +1,3 @@ +file two + +line two diff --git a/newfile.txt b/newfile.txt new file mode 100644 index 0000000..e69de29 From 4c893ad5e8e0c35c351a1e5e76d8e4a7da1ac1bb Mon Sep 17 00:00:00 2001 From: puneet Date: Mon, 1 Aug 2016 12:17:29 +0530 Subject: [PATCH 3/3] editing comment --- README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README b/README index 17a8898..9d5fc95 100644 --- a/README +++ b/README @@ -1 +1,3 @@ -This is just a test repository to work with Git commands. \ No newline at end of file +This is just a test repository to work with Git commands. + +test edits