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

19 changes: 19 additions & 0 deletions srihari_sridhar_log.txt
Original file line number Diff line number Diff line change
@@ -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")