From c5d324ebe7aade52c4496fcab4fddee8c27218cd Mon Sep 17 00:00:00 2001 From: Raashid-SM Date: Thu, 30 Apr 2020 15:54:24 +0530 Subject: [PATCH 1/4] log file added --- log.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 log.txt diff --git a/log.txt b/log.txt new file mode 100644 index 0000000..5ea0535 --- /dev/null +++ b/log.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. From b2e58be2e83d32d6bedab78fdf78c1b8e7d7b7ea Mon Sep 17 00:00:00 2001 From: Raashid-SM Date: Thu, 30 Apr 2020 15:56:22 +0530 Subject: [PATCH 2/4] first branch made --- answers.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 answers.txt diff --git a/answers.txt b/answers.txt new file mode 100644 index 0000000..9d464a4 --- /dev/null +++ b/answers.txt @@ -0,0 +1 @@ +egg From c6538eb7e1f84e495e62a4e89e6f5e22a93a64ff Mon Sep 17 00:00:00 2001 From: Raashid-SM Date: Thu, 30 Apr 2020 15:58:21 +0530 Subject: [PATCH 3/4] Second branch made --- answers.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/answers.txt b/answers.txt index 9d464a4..cc3f521 100644 --- a/answers.txt +++ b/answers.txt @@ -1 +1,3 @@ egg + +This is because two different species mated and laid an egg. Their genes mutated to form the cell of the chicken From ba064c283cf9ed94054a39ab57e7b2cb60967f0c Mon Sep 17 00:00:00 2001 From: Raashid-SM Date: Thu, 30 Apr 2020 16:00:46 +0530 Subject: [PATCH 4/4] file name changed --- log.txt => raashid_sm.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename log.txt => raashid_sm.txt (100%) diff --git a/log.txt b/raashid_sm.txt similarity index 100% rename from log.txt rename to raashid_sm.txt