From fab8d06dff9cc987978205076e2e417b18fb5be0 Mon Sep 17 00:00:00 2001 From: Ashish Desai Date: Mon, 7 Nov 2022 09:42:04 -0500 Subject: [PATCH 1/2] updated git.txt file and added anotherfile.txt --- anotherfile.text | 0 git.txt | 1 + 2 files changed, 1 insertion(+) create mode 100644 anotherfile.text diff --git a/anotherfile.text b/anotherfile.text new file mode 100644 index 0000000..e69de29 diff --git a/git.txt b/git.txt index 980a0d5..201d761 100644 --- a/git.txt +++ b/git.txt @@ -1 +1,2 @@ Hello World! +This file is modified to add additional changes. From 7a318fbefaba98ea5411c4d52a7b7fdbe119e731 Mon Sep 17 00:00:00 2001 From: Ashish Desai Date: Mon, 7 Nov 2022 09:53:05 -0500 Subject: [PATCH 2/2] deleted anotherfile.txt and recreated with updated change to file --- anotherfile.text | 0 anotherfile.txt | 1 + 2 files changed, 1 insertion(+) delete mode 100644 anotherfile.text create mode 100644 anotherfile.txt diff --git a/anotherfile.text b/anotherfile.text deleted file mode 100644 index e69de29..0000000 diff --git a/anotherfile.txt b/anotherfile.txt new file mode 100644 index 0000000..07ced7c --- /dev/null +++ b/anotherfile.txt @@ -0,0 +1 @@ +This file was updated after pull request and before merge request was completed.