Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions answer.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Chicken
3 changes: 3 additions & 0 deletions explanation.txt.txt
Original file line number Diff line number Diff line change
@@ -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.
11 changes: 11 additions & 0 deletions log.txt.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
git clone //to clone the repo from remote to local

git branch <branch_name> // 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