From f4751eeeadf237ec3cd43a08bbf02551a1493ac5 Mon Sep 17 00:00:00 2001 From: Hari1234567 Date: Mon, 11 May 2020 18:08:33 +0530 Subject: [PATCH 1/4] Added Log File --- Log.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Log.txt diff --git a/Log.txt b/Log.txt new file mode 100644 index 0000000..62ea3fb --- /dev/null +++ b/Log.txt @@ -0,0 +1,19 @@ +Commands: + +1) git clone "forked repo link" (to clone the forked repo to local directory) + +2) git branch "branchName" (to create a new branch named "branchName") + +3) git branch (to get list of all available branches) + +4) git checkout "branch name" (to check branch "branch name") + +5) touch "filename.xyz" (to generate a file named "filename.xyz") + +6) git status (to check the status of files) + +7) git add "filename" (to stage "filename") + +8) git commit -m "CommitName" (commiting changes labelled "CommitName") + +9) git merge "branch name" (merging active branch with "branch name") From 57f4d4879b925ff8ea1c4ea279afdf7f06e1ab90 Mon Sep 17 00:00:00 2001 From: Hari1234567 Date: Mon, 11 May 2020 18:10:35 +0530 Subject: [PATCH 2/4] Added answer text --- srihari_sridhar_answer.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 srihari_sridhar_answer.txt diff --git a/srihari_sridhar_answer.txt b/srihari_sridhar_answer.txt new file mode 100644 index 0000000..0fdc3cf --- /dev/null +++ b/srihari_sridhar_answer.txt @@ -0,0 +1 @@ +Egg \ No newline at end of file From ce4253b28c4a4939800009561995a0d1beeba278 Mon Sep 17 00:00:00 2001 From: Hari1234567 Date: Mon, 11 May 2020 18:12:14 +0530 Subject: [PATCH 3/4] Added explanation text --- srihari_sridhar_answer.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 srihari_sridhar_answer.txt diff --git a/srihari_sridhar_answer.txt b/srihari_sridhar_answer.txt new file mode 100644 index 0000000..0155f39 --- /dev/null +++ b/srihari_sridhar_answer.txt @@ -0,0 +1,5 @@ +Explanation: + +Long ago, when there were no "chickens", some animal/bird could have laid an egg where genetic copying errors could +have been so prevalent that must have led to the formation of a new species, namely the "chicken". So, the egg must have been the first +entity. \ No newline at end of file From 27074c5fad6817e8fa52788cc51b566a0a6420a2 Mon Sep 17 00:00:00 2001 From: Hari1234567 Date: Mon, 11 May 2020 18:19:01 +0530 Subject: [PATCH 4/4] Renamed Log File --- Log.txt => srihari_sridhar_log.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Log.txt => srihari_sridhar_log.txt (100%) diff --git a/Log.txt b/srihari_sridhar_log.txt similarity index 100% rename from Log.txt rename to srihari_sridhar_log.txt