This repository was archived by the owner on Dec 8, 2024. It is now read-only.
This repository was archived by the owner on Dec 8, 2024. It is now read-only.
Task 2 - Keep Branching 🔀 #193
Open
Description
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 TheRealSibasishBehera then file name will beTheRealSibasishBehera.txt
underCONRIBUTORS/IIITA/SecondYear/SibasishBehera/TheRealSibasishBehera.txt
- Write the name of your favourite movie/book in the first line of the file.
- Commit this change.
Step 2
- Create a new branch
feature
(and switch to it) fromtask2
branch. - Write the names of any 2 characters from the movie/book on lines 2 and 3 of the file.
- Commit this change.
Step 3
- Switch back to the
task2
branch. - Write 2-3 sentences on why this movie/book is your favourite, just below its name.
- Commit this change.
Final step
- Bring the changes from
feature
branch into thetask2
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