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 -* 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 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")