diff --git a/sindhu_answer.txt b/sindhu_answer.txt new file mode 100644 index 0000000..493a242 --- /dev/null +++ b/sindhu_answer.txt @@ -0,0 +1,5 @@ + +Egg + +The reason for my answer is the clarity that we ourselves miss in posing the question. The eggs were way before the chickens(as we know today) have evolved. But they are not chicken eggs though. Scientific studies say chickens have evolved from gene mutation of chicken like organisms from which gradually the eggs as we know today have evolved. So, to answer this question, evolution is an analog curve and so as to pose a question we have to define the exact features of an egg and chicken and then compare the timeline + diff --git a/sindhu_yella.txt b/sindhu_yella.txt new file mode 100644 index 0000000..ee2e264 --- /dev/null +++ b/sindhu_yella.txt @@ -0,0 +1,18 @@ +1)git clone https://github.com/yellasd/sop-task-0.git +clone the remote repo +2)create a new branch +git branch +3)add log.txt and commit changes to local repo +git add +git commit -m "commit string" +4)create other branches from the first branch +git branch +5)again add files and commit changes to local repo +git add +git commit -m "commit string" +6)merge branches using +git checkout +git merge +7)push into remote using +git push origin +8)give a pull request \ No newline at end of file