##GitHub Assignment -- Favorites
- Divide into 6 teams; each with 5 people.
- Start by cloning this repository onto your computer.
- Pick a team name and one person should create a new branch for your team. Push the branch to origin.
- Other team members should pull this branch and switch to it. Now we're ready to roll.
- Each person on your team should create one of the following files, add their favorites of that category to the file, and save it to your branch:
- food.txt
- music.txt
- tv-movies.txt
- experiences.txt
- random.txt - add at least 3-4 favorites in your file - make sure these are the names of your files - files must be text-based, but feel free to include links, quotations, etc.
- Commit and push your changes. (Hint: You'll need to pull / merge as you go... don't try to all push at the same time.)
- Everybody should pull your updated branch.
- Now comes the fun part. Pick a different file than you were working on before and change away. Add your favorites. Delete your friend's favorites. Reorder things, duplicate things, make a little mess.
- Once again, everybody should be working on a different file.
- Commit and push your changes.
- Repeat steps 5-7 until everyone has had a chance to make their changes to every file.
- Your branch should be done. Pat yourself on the back.
- Find another team who has also finished and merge your branch with theirs. Merge that into another team's branch.
- Once the class is happy with it's creation, merge the final branch to master.
- Admire your creation. And the magic of GitHub making it possible