diff --git a/answers.txt b/answers.txt new file mode 100644 index 0000000..cc3f521 --- /dev/null +++ b/answers.txt @@ -0,0 +1,3 @@ +egg + +This is because two different species mated and laid an egg. Their genes mutated to form the cell of the chicken diff --git a/raashid_sm.txt b/raashid_sm.txt new file mode 100644 index 0000000..5ea0535 --- /dev/null +++ b/raashid_sm.txt @@ -0,0 +1,9 @@ +The description of the git commands I have used are: +1. git clone: This was to copy the git repository from the given link by my mentor to the system +2. git branch: This is to create a new branch +3. git checkout: This is to go to a particular branch as by default it is in the main branch +4. git add : This is to add a file to the staging area +5. touch: This is to create a new file +6. git commit: This is to commit the changes +7. git merge: This is to merge two branches +8. git push origin master: This is to send changes to the master branch of your remote repository.