Welcome to the Git Practice Project! This repository is designed to help new developers get hands-on experience with Git and GitHub.
- Learn how to clone a repo
- Create and switch branches
- Make commits and write meaningful messages
- Open and review pull requests
- Resolve merge conflicts
- Fork or clone this repo
- Create your own branch:
git checkout -b yourname/first-task
- Follow the tasks in
tasks/
- Commit your changes and open a pull request
Happy committing!