diff --git a/README.md b/README.md index 995bfe7..d45c360 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,5 @@ After cloning the repo, your task is to: 1. Make some changes to the code and push these changes onto the remote repository on the branch informed to you. 2. Purposely create a merge conflict in the repo and resolve it using git command line. 3. Book a one on one slot with the resource mentioned in the worksheet. + +4. hello diff --git a/change.txt b/change.txt new file mode 100644 index 0000000..7b835dc --- /dev/null +++ b/change.txt @@ -0,0 +1 @@ +this is new change \ No newline at end of file