This repository is for CSC 510's HW2. The purpose is to show our groups proficiency with Git.
# Stage all changes for commit
git add .
# Commit the staged changes with a message
git commit -m "Add changes"
# Push to the remote repository
git push origin YOUR_BRANCH- Task 1: Add Badges
- Task 2: Create simple HTML page
- Task 3: Create individual Branches
- Task 4: Create and Assign Issues
- Task 5: Complete Git Tutorial
- Task 6: Add Screenshots to
README.md - Task 7: Modify
.htmlFile - Task 8: Merge latest changes
- Task 9: Review pull requests




