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
1 change: 1 addition & 0 deletions ans.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
EGG
61 changes: 61 additions & 0 deletions log.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
COMMANDS USED FOR THE TASK

1. git clone https://github.com/anirudhvs/github_task0.git

This was used to clone the repository to local

2. git checkout -b anirudh_vs

Making a new branch with my name and switching to it.

3. git add log.txt

Add file to branch

4. git commit

Used to commit changes

5.git checkout -b oneword

New branch and switched to it

6. git add ans.txt

Add file to branch

7. git commit

Commit changees

8. git checkout -b reason

New branch and switched to it

9. git add why.txt

Add file to branch

10. git commit

Commit changes

11. git checkout master

Switching to master branch

12. git merge anirudh_vs

Merging branches

13. git merge oneword

Merge branches

14. git merge reason

Merge branches

15. git push

Pushing to remote repo.
1 change: 1 addition & 0 deletions why.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
New species are created as a reason of mutations. So the previos generation of hens would have laid an egg with the mutation that led to the formation of hens.