diff --git a/README b/README index 17a8898..1dab66b 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 + +A new line. diff --git a/file2 b/file2 new file mode 100644 index 0000000..a7cd44b --- /dev/null +++ b/file2 @@ -0,0 +1,6 @@ +yet another file + +abhishek +this line will be shown in git diff and not in git diff --staged + +rahul 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..c279214 100644 --- a/opml.php +++ b/opml.php @@ -36,4 +36,6 @@ function load() { echo "file) . "\">Download OPML File"; } } -?> \ No newline at end of file +?> + +#comment to demostrate git status