From 0d78cfb34ee4823dc69ffbfa0a7d094111f81747 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hasan=20H=C3=BCr?= Date: Thu, 23 Jan 2020 12:55:01 +0100 Subject: [PATCH 1/3] 3 different files were modified --- first.txt | 3 ++- second.txt | 1 + third.txt | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/first.txt b/first.txt index be8c551..a14b7fc 100644 --- a/first.txt +++ b/first.txt @@ -1,2 +1,3 @@ this is the very first file -this line was added later. +this line was added later +branch hur third line diff --git a/second.txt b/second.txt index b17c1dd..9a85519 100644 --- a/second.txt +++ b/second.txt @@ -1 +1,2 @@ this is the second file +and this line was added in branch hur diff --git a/third.txt b/third.txt index 77d8517..dbae009 100644 --- a/third.txt +++ b/third.txt @@ -1 +1 @@ -This is another file +This file was changed in branch hur From b1c9be24f1b56178de7e090be90b1e74b416c971 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hasan=20H=C3=BCr?= Date: Thu, 23 Jan 2020 12:56:38 +0100 Subject: [PATCH 2/3] first.txt was modified --- first.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/first.txt b/first.txt index a14b7fc..cd050a5 100644 --- a/first.txt +++ b/first.txt @@ -1,3 +1,4 @@ this is the very first file this line was added later branch hur third line +branch hur fourth line From 4199cee711b767f290176f13beebcbda68617ab3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hasan=20H=C3=BCr?= Date: Thu, 23 Jan 2020 12:58:15 +0100 Subject: [PATCH 3/3] second.txt was modified --- second.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/second.txt b/second.txt index 9a85519..46942fa 100644 --- a/second.txt +++ b/second.txt @@ -1,2 +1,3 @@ this is the second file and this line was added in branch hur +this is the last line added in branch hur