From ea53046646fe7923618cc06ce79a25822116d09c Mon Sep 17 00:00:00 2001 From: Rahul Malviya Date: Mon, 1 Aug 2016 12:09:11 +0530 Subject: [PATCH 1/4] Modified readme --- README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. From c93b7af445965cbe6973449a6371be6d073139f7 Mon Sep 17 00:00:00 2001 From: Rahul Malviya Date: Mon, 1 Aug 2016 12:19:12 +0530 Subject: [PATCH 2/4] More descriptive commit message --- file2 | 3 +++ newFile.txt | 0 opml.php | 4 +++- 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 file2 create mode 100644 newFile.txt diff --git a/file2 b/file2 new file mode 100644 index 0000000..452b5d4 --- /dev/null +++ b/file2 @@ -0,0 +1,3 @@ +yet another file + +this line will be shown in git diff and not in git diff --staged 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 From 12afea857c459fe56be8d59a5de8e1ad19500822 Mon Sep 17 00:00:00 2001 From: Rahul Malviya Date: Wed, 10 Jan 2018 12:34:57 +0530 Subject: [PATCH 3/4] Added name --- file2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/file2 b/file2 index 452b5d4..72b655f 100644 --- a/file2 +++ b/file2 @@ -1,3 +1,5 @@ yet another file this line will be shown in git diff and not in git diff --staged + +rahul From 5df9eaf5123945ddc848d534bab8f1fa2890d046 Mon Sep 17 00:00:00 2001 From: Abhishek Date: Wed, 10 Jan 2018 12:37:47 +0530 Subject: [PATCH 4/4] name added --- file2 | 1 + 1 file changed, 1 insertion(+) diff --git a/file2 b/file2 index 452b5d4..90fa815 100644 --- a/file2 +++ b/file2 @@ -1,3 +1,4 @@ yet another file +abhishek this line will be shown in git diff and not in git diff --staged