This project is designed to help developers learn and practice Git and GitHub fundamentals through real collaboration.
Participants will work together using industry-standard workflows such as forking repositories, creating branches, making commits, and submitting pull requests.
The goal was to build confidence using Git in a team environment.
By completing this project, contributors gained hands-on experience with:
- Creating and cloning repositories
- Forking repositories
- Working with branches
- Making commits and pushing changes
- Pulling updates from upstream repositories
- Resolving merge conflicts
- Creating and reviewing pull requests
- Git
- GitHub
- Markdown
This project follows a simple collaborative Git workflow:
- Fork the repository
- Clone your fork locally
- Create a new feature branch
- Make changes and commit them
- Push the branch to your fork
- Open a pull request to the main repository
- Review feedback and make updates if required
- Merge once approved