- FORK this repo and clone the forked repo. The link to the forked repo should be : github.com/[your github username]/Github-Workshop-2023"
- Create a text file in here called MyFavoriteSongs.txt and put the title of your 3 favorite songs in there, seperating each sone with a new line
- Save the changes and push it into the remote repo!
- In MyFavoriteSongs.txt add "Never Gonna Give You Up - Rick Astley" as the 4th song in the file. Commit and Push the file.
- Next undo the commit
- Create TWO Branches named** “Favorite Foods”** and “Favorite Drinks”. Switch to the newly created “Favorite Foods” branch
- In the “Favorite Foods” branch, Create a text file named “MyFavoriteFoods.txt” and input 3 of your favorite foods.
- Create a Pull Request to merge the changes back into the main branch
- Switch to the “Favorite Drinks” branch and identify the difference between the branches. Find a way to carry the changes in main to “Favorite Drinks”
- Modify “MyFavoriteSongs.txt” in “main” by adding “Cry Me a River - Justin Timberlake” as the 4th song in the file. Commit and Push the Changes
- In the “Favorite Drinks” branch, Modify “MyFavoriteSongs.txt” by replacing “Cry Me a River - Justin Timberlake” with a song of your choice
- Create “MyFavoriteDrinks.txt” and input your favorite Gong Cha flavor
- Save, Commit and Push your changes
- Merge your changes with a pull request. If there is a conflict, Try to resolve it