This repository is for practicing Git branches, commits, pull requests, merging, and rebasing.
- Create a feature branch.
- Make changes and commit them.
- Push the branch to GitHub.
- Open a pull request.
- Review and merge the pull request.
- Create a new branch for your change.
- Make your changes.
- Commit your work with a clear message.
- Open a pull request.
- Wait for review and merge.