From ded351305cb3e4ceec785c0961969fcc41981fc1 Mon Sep 17 00:00:00 2001 From: mdazizulaman Date: Sun, 26 Nov 2023 00:24:30 +1100 Subject: [PATCH 1/4] Name and Repo Added --- QnA.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/QnA.txt b/QnA.txt index fcd2518..738229c 100644 --- a/QnA.txt +++ b/QnA.txt @@ -6,4 +6,5 @@ -[Abu Maruf] https://github.com/AbuMaruf/learning-git.git -[Rezwan Hossain] https://github.com/rrezwan7/learning-git -[Pallab Saha] https://github.com/pallab-saha/learning-git --[With Zonayed] https://github.com/WithZonayed/learning-git \ No newline at end of file +-[With Zonayed] https://github.com/WithZonayed/learning-git +-[Md Azizul Hoque] https://github.com/mdazizulaman/learning-git- \ No newline at end of file From 647682d925fe4d3b9c2530580315a980cd820753 Mon Sep 17 00:00:00 2001 From: mdazizulaman Date: Sun, 26 Nov 2023 01:54:14 +1100 Subject: [PATCH 2/4] git-restore file added --- git-restore.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 git-restore.txt diff --git a/git-restore.txt b/git-restore.txt new file mode 100644 index 0000000..2efbe5d --- /dev/null +++ b/git-restore.txt @@ -0,0 +1 @@ +Hello this is git restore command. From ee6ce15f93fe105ff03fb28357e849c42f54cd3a Mon Sep 17 00:00:00 2001 From: mdazizulaman Date: Sun, 26 Nov 2023 01:56:25 +1100 Subject: [PATCH 3/4] File modified --- git-restore.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/git-restore.txt b/git-restore.txt index 2efbe5d..d2ca98a 100644 --- a/git-restore.txt +++ b/git-restore.txt @@ -1 +1,2 @@ Hello this is git restore command. +I have added this new line to check git restore command \ No newline at end of file From 98582dcbf83ecebe500928a7d34faca84ec1ecb9 Mon Sep 17 00:00:00 2001 From: mdazizulaman Date: Sun, 26 Nov 2023 02:45:03 +1100 Subject: [PATCH 4/4] new line added --- git-restore.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/git-restore.txt b/git-restore.txt index d2ca98a..19bd811 100644 --- a/git-restore.txt +++ b/git-restore.txt @@ -1,2 +1,3 @@ Hello this is git restore command. -I have added this new line to check git restore command \ No newline at end of file +I have added this new line to check git restore command +This line is modified to test git reset.