GoGit-3.0
GoGit-3.0 copied to clipboard
Task 2 - Keep Branching 🔀
trafficstars
Task 2
This task consists of the following steps.
Step 1
- Checkout to
task2branch. - Create a text file named as
github-username.txt. For example, if github username is TheRealSibasishBehera then file name will beTheRealSibasishBehera.txtunderCONRIBUTORS/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) fromtask2branch. - 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
task2branch. - 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
featurebranch into thetask2branch.
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
we have to merge in main bracnh of repo?