diff --git a/ans.txt b/ans.txt new file mode 100644 index 0000000..9e12456 --- /dev/null +++ b/ans.txt @@ -0,0 +1 @@ +EGG diff --git a/log.txt b/log.txt new file mode 100644 index 0000000..373e5ac --- /dev/null +++ b/log.txt @@ -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. diff --git a/why.txt b/why.txt new file mode 100644 index 0000000..f3a4f19 --- /dev/null +++ b/why.txt @@ -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.