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 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 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