From 63515023176bf81b4632a840c7e34ba30c2939ef Mon Sep 17 00:00:00 2001 From: yellasd Date: Tue, 28 Apr 2020 23:23:17 +0530 Subject: [PATCH 1/4] add log.txt file to sindhu_yella branch --- log.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 log.txt diff --git a/log.txt b/log.txt new file mode 100644 index 0000000..ee2e264 --- /dev/null +++ b/log.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 From f267ca4cf687079a00d1f1f9684a4af6c049e2f9 Mon Sep 17 00:00:00 2001 From: yellasd Date: Tue, 28 Apr 2020 23:25:45 +0530 Subject: [PATCH 2/4] add answer to branch1 --- sindhu_answer.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 sindhu_answer.txt diff --git a/sindhu_answer.txt b/sindhu_answer.txt new file mode 100644 index 0000000..0fdc3cf --- /dev/null +++ b/sindhu_answer.txt @@ -0,0 +1 @@ +Egg \ No newline at end of file From 51b73d71e3bfd236927decb2db42cc87c8832366 Mon Sep 17 00:00:00 2001 From: yellasd Date: Tue, 28 Apr 2020 23:27:05 +0530 Subject: [PATCH 3/4] add explanation to answer in branch2 --- sindhu_answer.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 sindhu_answer.txt diff --git a/sindhu_answer.txt b/sindhu_answer.txt new file mode 100644 index 0000000..7e65a98 --- /dev/null +++ b/sindhu_answer.txt @@ -0,0 +1 @@ +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 \ No newline at end of file From 38f3d33a2926895b303be6f9391d7bd2c25887eb Mon Sep 17 00:00:00 2001 From: yellasd Date: Tue, 28 Apr 2020 23:31:54 +0530 Subject: [PATCH 4/4] renaming log.txt to sindhu_yella.txt in first created branch --- log.txt => sindhu_yella.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename log.txt => sindhu_yella.txt (100%) diff --git a/log.txt b/sindhu_yella.txt similarity index 100% rename from log.txt rename to sindhu_yella.txt