#Tree Branching Assignment
###Part 1 - Creating the Trees
- Create a branch called
pine
- Change to the
pine
branch - Add an
h4
with the text "Pine Tree!" toindex.html
- Add an image of a pine tree
- Add and commit your changes and switch back to master
- Make sure you switch to master, then repeat steps 1 - 5 for a Redwood tree instead of Pine
- Make sure you switch to master, then repeat steps 1 - 5 for a Baobab tree instead of Pine
###Part 2 - Merging Branches
- Go back to the master branch.
- Merge in your
pine
branch - You my have conflicts. We want to keep all images and
h4
tags. Don't delete anything! - Merge in your
redwood
branch - Merge in your
baobab
branch - Your index.html should have 3 different
h4
tags and 3 different images
###Part 3 - Deploying
- Add a stylesheet and make your site look a little bit nicer
- Deploy your completed tree site to Github Pages
- Submit the link to your deployed site on students.galvanize.com