The purpose of this repo is to learn about git and github.
- Basics of Git and GitHub
- Send and merge pull requests
- Dealing with merge conflicts
- Handling multiple contributors
- Creating Issues and solving them
- Automating Merge checks
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request