Git Branching, Pull Request & Merging Activity
This repository is a simple practice project to learn Git branching, pull requests (PRs), and merging on GitHub.
| File | Description |
|---|---|
index.html |
A simple web page for testing HTML changes. |
style.css |
Basic styling for the demo page. |
script.js |
A short JavaScript script that greets the user. |
By completing this activity, you’ll learn how to:
- Create and switch between branches.
- Make and commit changes.
- Push branches to GitHub.
- Create and review Pull Requests.
- Merge branches into
main.