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. diff --git a/log.txt.txt b/log.txt.txt new file mode 100644 index 0000000..6dff1c6 --- /dev/null +++ b/log.txt.txt @@ -0,0 +1,11 @@ +git clone //to clone the repo from remote to local + +git branch // to create branch firstname_lastname + +git branch 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 + +