From 5e2a7e52622dd6c6f977f235fa61cb101420d313 Mon Sep 17 00:00:00 2001 From: savar25 <41923689+savar25@users.noreply.github.com> Date: Wed, 29 Apr 2020 14:10:11 +0530 Subject: [PATCH 1/3] log commit --- savar_shirbhate.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 savar_shirbhate.txt diff --git a/savar_shirbhate.txt b/savar_shirbhate.txt new file mode 100644 index 0000000..b0481ad --- /dev/null +++ b/savar_shirbhate.txt @@ -0,0 +1,23 @@ +git clone //cloned file to local directory +cd //for moving into local directorygit +git checkout -b savar_shirbhate //new branch created and switched +touch log.txt //log.txt file created +/*File filled with inventory*/ + +git checkout -b answer //created a branch for the answer +touch savar_ans.txt //textfile for the answer +git checkout -b explanation //created a branch for the explanation +touch savar_ans.txt //for answer explanation +/* Add file details*/ +git add savar_ans.txt //adding file to git staged +git add log.txt //adding file to git staged +git commit -m "" //commiting the existant files +git checkout answer //moved to answer branch +git merge explanation// merged the branches +git branch -d explanation //deleted excess branch +git checkout savar_shirbhate //switch branches +mv log.txt savar_shirbhate.txt//renaiming file +git push origin master//push details to forked repo +git push origin answer +git push upstream master//push details to mentor repo +git push upstream answer From 412a526027795eeebe7c02caf0df7b30d7467882 Mon Sep 17 00:00:00 2001 From: savar25 <41923689+savar25@users.noreply.github.com> Date: Wed, 29 Apr 2020 14:13:17 +0530 Subject: [PATCH 2/3] answer --- savar_ans.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 savar_ans.txt diff --git a/savar_ans.txt b/savar_ans.txt new file mode 100644 index 0000000..4dd1a4c --- /dev/null +++ b/savar_ans.txt @@ -0,0 +1 @@ +Egg came first. \ No newline at end of file From ff872c9f7982a54268c13e1e0efdc1535d9160ee Mon Sep 17 00:00:00 2001 From: savar25 <41923689+savar25@users.noreply.github.com> Date: Wed, 29 Apr 2020 14:14:55 +0530 Subject: [PATCH 3/3] finalC --- savar_ans.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/savar_ans.txt b/savar_ans.txt index 4dd1a4c..ee553a2 100644 --- a/savar_ans.txt +++ b/savar_ans.txt @@ -1 +1,6 @@ -Egg came first. \ No newline at end of file +Egg came first. + +Explanation: +The egg came way before the chicken.The original chickens were formed from the mutation from the red jungle fowl where the +crossmating between the tro proto DNA species was responsible for the formation of an egg which over time gave rise to the domestic +chicken.So the chiken came first. \ No newline at end of file