Git Practice Exercise Objective The objective of this exercise is to practice using git merge and rebase. Steps Follow the steps below to complete the exercise: 1. Clone this repository 2. Set git config pull.rebase true 3. Create a new branch 4. Add your name on name.txt (The names should be in alphabetical order) 5. Stage and commit your changes 6. Get the changes from the main branch any way you think is right 7. Create a pull request and add Adona12 or YiseBoge as reviewer 8. Merge your branch with the main branch when it is approved and has no conflict (You can’t use git merge)