diff --git a/_log.txt.txt b/_log.txt.txt new file mode 100644 index 0000000..b747f2d --- /dev/null +++ b/_log.txt.txt @@ -0,0 +1,20 @@ +git clone [url] //to clone the repo from remote to local + +git branch [branch_name] // to create branch firstname_lastname + +git checkout // to change from one branch to another + +git add . // to add the changes from working area to staging area + +git commit -m // to commit changes to local + +git merge [branch_name] // to merge the branch to the current active branch + +git push // to publish the changes in local repo to remote repo + +git pull // to merge the changes in local repo of remote repo + +git mv [oldname] [newname] // to rename the file + + + diff --git a/answer.txt b/answer.txt new file mode 100644 index 0000000..35aeba1 --- /dev/null +++ b/answer.txt @@ -0,0 +1 @@ +Chicken \ No newline at end of file diff --git a/explanation.txt.txt b/explanation.txt.txt new file mode 100644 index 0000000..8afed19 --- /dev/null +++ b/explanation.txt.txt @@ -0,0 +1,3 @@ +Due to genetic mutation and evolution the so called proto-chicken(chicken like bird . it was genetically close to a chicken ) +so when the male and the female proto-chicken mate, the genes combined in such a way creating mutation that made the baby different from parents. +thus a proto chicken egg gave birth to chicken.