Skip to content
Open
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
61 changes: 61 additions & 0 deletions ankursinha.txt
Original file line number Diff line number Diff line change
@@ -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.