From f904b6620da939e8764fa85191084b2f5e471ca7 Mon Sep 17 00:00:00 2001 From: Akash Manna <112533557+AkashManna2003@users.noreply.github.com> Date: Sat, 15 Apr 2023 15:18:22 +0530 Subject: [PATCH 1/2] Updated task3 with mock code --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0c74148..0bde11d 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,8 @@ After all of you send a Pull Request, I'll add my name to 'Entries'. - You've now realized that you pushed something wrong. Instead of removing the commit altogether, **push another commit that will undo the changes made**. - Create a pull request. +System.out.println("HELLO WORLD!"); + Why not remove the commit altogether? \ This prevents Git from losing history, which is important for the integrity of your revision history and for reliable collaboration. From cf3e4ee632269473194e9f9989e405054b8447bf Mon Sep 17 00:00:00 2001 From: Akash Manna <112533557+AkashManna2003@users.noreply.github.com> Date: Sat, 15 Apr 2023 15:18:57 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bde11d..6659b0e 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ After all of you send a Pull Request, I'll add my name to 'Entries'. - You've now realized that you pushed something wrong. Instead of removing the commit altogether, **push another commit that will undo the changes made**. - Create a pull request. -System.out.println("HELLO WORLD!"); + Why not remove the commit altogether? \ This prevents Git from losing history, which is important for the integrity of your revision history and for reliable collaboration.