Greenwood Community Library website project integrating both Morgan's and Jamie's work flow
1. Create the Repository: Name it greenwood-library-website and initialize it with a README.md file.
2. Clone it to the local machine using the terminal on VScode and change directory:
git clone https://github.com/jonesedem/greenwood-library-website.git
cd greenwood-library-website
1. Create Web Pages in Visual Studio Code ensuring the following HTML files exist in the main branch:
home.html, about_us.html, events.html, contact_us.html
2. Add content to each file.
3. Stage, commit and push changes to main branch
Morgan's Work: Adding Book Reviews
1. Create a Branch for Morgan and Add Book Reviews, switch to new branch
2. Create a new file named book_reviews.html and add Content to book_reviews.html
3. Stage, Commit, and Push Changes to branch:
4. Raise a Pull Request for Morgan's work:
On my GitHub repository, i navigated to the "Pull Requests" section, and create a new pull request to merge add-book-reviews into the main branch.
5. Merge Morgan;s work to the main branch
Jamie's Work: Updating Events Page
1. Create a Branch for Jamie:
2. Pull the latest changes from the main branch:
Open events.html and add or modify content to reflect upcoming community events.
4. Stage, Commit, and Push Changes:
Create a pull request to merge update-events into the main branch.
6. Merge Morgan;s work to the main branch