From 9834b1c9c58f54d3fb2021263403e0bb5ff32c3a Mon Sep 17 00:00:00 2001 From: Anjigade <113565328+Anjigade@users.noreply.github.com> Date: Fri, 16 Sep 2022 14:47:52 -1200 Subject: [PATCH 1/3] Update README.md updating readme.md with my comments --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9aaee9e..29bdd59 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ -# QuestionsToBeAddressed \ No newline at end of file +# QuestionsToBeAddressed +AnjiReddy From b6f98bbbeb5f2401fa03a9fe773991b5e542f890 Mon Sep 17 00:00:00 2001 From: purushothamgoud <87350581+purushothamgoud@users.noreply.github.com> Date: Sat, 17 Sep 2022 08:21:18 +0530 Subject: [PATCH 2/3] Update GItQuestions.md --- GItQuestions.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/GItQuestions.md b/GItQuestions.md index 4becbc3..2d697f1 100644 --- a/GItQuestions.md +++ b/GItQuestions.md @@ -1,4 +1,7 @@ Add Your Git Questions Here ---------------------------- +1.Diff b/w git and svn +2.what is conflict error +3.git pull, fetch and git merge +4.what is git stash -* From 663763a45810737d68d5975c30ca8ebebe78ee4a Mon Sep 17 00:00:00 2001 From: NAGARJUNA HOTA <113238583+nagarjuna831@users.noreply.github.com> Date: Sat, 17 Sep 2022 08:20:02 +0530 Subject: [PATCH 3/3] Create myfile.py --- myfile.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 myfile.py diff --git a/myfile.py b/myfile.py new file mode 100644 index 0000000..7014ff6 --- /dev/null +++ b/myfile.py @@ -0,0 +1 @@ +print(" Thank you Sir")