diff --git a/srihari_sridhar_answer.txt b/srihari_sridhar_answer.txt new file mode 100644 index 0000000..f9b701e --- /dev/null +++ b/srihari_sridhar_answer.txt @@ -0,0 +1,8 @@ +Egg + +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. + diff --git a/srihari_sridhar_log.txt b/srihari_sridhar_log.txt new file mode 100644 index 0000000..62ea3fb --- /dev/null +++ b/srihari_sridhar_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")