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
20 changes: 20 additions & 0 deletions _log.txt.txt
Original file line number Diff line number Diff line change
@@ -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



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.