Skip to content

Commit

Permalink
Merge pull request GeekHaven#2 from GeekHaven/task2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Adi-R12 committed Apr 1, 2023
2 parents d4029f9 + 55e9245 commit c850abf
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,34 @@
# Git_Ready

## Task 2

This task consists of the following steps.

### Step 1

- Checkout to `task2` branch.
- Create a text file named as `github-username.txt`. For example, if github username is *prakriti583* then file name will be `prakriti583.txt`.
- Write the name of your Room Mate in the first line of the file.
- Commit this change.

## Step 2

- Create a new branch `feature` (and switch to it) from `task2` branch.
- Mention two of his/her habits that annoy you on **lines 2 and 3** of the file.
- Commit this change.

## Step 3

- Switch back to the `task2` branch.
- Write 2-3 sentences on what misconceptions you had about them initially, just below their name i.e. on lines 2 and 3.
- Commit this change.

## Final step

- Bring the changes from `feature` branch into the `task2` branch.

*At the end of this task, you should have exactly 4 commits and the data entered in both step 2 & 3 must be present in the file. Push these changes and make a PR. Be sure to mention the Issue No. as well in the PR.*

<hr>

Checkout to branch `task3` for the next task.

0 comments on commit c850abf

Please sign in to comment.