From 4639fd5bbc813b3afe879f718842cbc7d646070b Mon Sep 17 00:00:00 2001 From: akashranjan027 <63308438+akashranjan027@users.noreply.github.com> Date: Fri, 1 May 2020 19:31:37 +0530 Subject: [PATCH 1/2] Create log.txt --- log.txt | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 log.txt diff --git a/log.txt b/log.txt new file mode 100644 index 0000000..788c3d6 --- /dev/null +++ b/log.txt @@ -0,0 +1,61 @@ +COMMANDS USED FOR THE TASK + +1. git clonehttps://github.com/ishawaghulde/SOPTask0.git + +This was used to clone the repository to local + +2. git checkout -b Ankur_Sinha + +Making a new branch with my name and switching to it. + +3. git add + +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 + +Add file to branch + +7. git commit + +Commit changes + +8. git checkout -b reason + +New branch and switched to it + +9. git add + +Add file to branch + +10. git commit + +Commit changes + +11. git checkout master + +Switching to master branch + +12. git merge Ankur_Sinha + +Merging branches + +13. git merge oneword + +Merge branches + +14. git merge reason + +Merge branches + +15. git push + +Pushing to remote repo. \ No newline at end of file From 9fcd337c6de0085272d9bec74109820c2baf21d7 Mon Sep 17 00:00:00 2001 From: akashranjan027 <63308438+akashranjan027@users.noreply.github.com> Date: Fri, 1 May 2020 19:35:30 +0530 Subject: [PATCH 2/2] rename log.txt to ankursinha.txt --- log.txt => ankursinha.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename log.txt => ankursinha.txt (100%) diff --git a/log.txt b/ankursinha.txt similarity index 100% rename from log.txt rename to ankursinha.txt