From 15c0bce405789edc42528c159d2b8de468a8d081 Mon Sep 17 00:00:00 2001 From: yashsharma0401 Date: Wed, 7 Oct 2020 18:56:38 +0530 Subject: [PATCH 1/4] Add name Yash sharma to attendees Signed-off-by: yashsharma0401 --- hello.html | 1 + 1 file changed, 1 insertion(+) diff --git a/hello.html b/hello.html index 66283cc..52a8b16 100644 --- a/hello.html +++ b/hello.html @@ -11,6 +11,7 @@

Hello World

Welcome to git KEP

Attended by:
+

Yash sharma

From 985395c1045c6cefd1bf1b180ce8b31b062b37d3 Mon Sep 17 00:00:00 2001 From: yashsharma0401 Date: Wed, 7 Oct 2020 19:32:21 +0530 Subject: [PATCH 2/4] first on b1 --- b1file.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 b1file.txt diff --git a/b1file.txt b/b1file.txt new file mode 100644 index 0000000..1b4c503 --- /dev/null +++ b/b1file.txt @@ -0,0 +1,2 @@ +Hello +this is yash From 2f95d72cf79a98cc3c6da98d2c019c72c3b202c7 Mon Sep 17 00:00:00 2001 From: yashsharma0401 Date: Wed, 7 Oct 2020 19:54:35 +0530 Subject: [PATCH 3/4] new --- 3.txt | 2 ++ file2.txt | 1 + 2 files changed, 3 insertions(+) create mode 100644 3.txt create mode 100644 file2.txt diff --git a/3.txt b/3.txt new file mode 100644 index 0000000..b634283 --- /dev/null +++ b/3.txt @@ -0,0 +1,2 @@ +this is 3rd + diff --git a/file2.txt b/file2.txt new file mode 100644 index 0000000..9722bcf --- /dev/null +++ b/file2.txt @@ -0,0 +1 @@ +this is second file From fbc9593428e6135a3b07894422bcdd5fbefb5f79 Mon Sep 17 00:00:00 2001 From: yashsharma0401 Date: Wed, 7 Oct 2020 19:55:51 +0530 Subject: [PATCH 4/4] Revert "first on b1" This reverts commit 985395c1045c6cefd1bf1b180ce8b31b062b37d3. --- b1file.txt | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 b1file.txt diff --git a/b1file.txt b/b1file.txt deleted file mode 100644 index 1b4c503..0000000 --- a/b1file.txt +++ /dev/null @@ -1,2 +0,0 @@ -Hello -this is yash