Master your Git skills and become a Git pro! This repository helps you practice Git fundamentals through hands-on exercises.
So, you want to smash showing your git abilities?
You came to the right place, here you'll be a git master and finally be "gud at git"
- Keep your commits clear and descriptive
- Follow the existing file structure
- Test your changes before submitting
- Be patient while waiting for review
-
Fork the Repository
# Click the 'Fork' button at the top right of this page
-
Clone Your Fork
git clone https://github.com/YOUR-USERNAME/Git-gud.git cd Git-gud
-
Create Your Branch
git checkout -b feature/YOUR-USERNAME
-
Add Your Contribution
- Create a new file named
YOUR-USERNAME.c
inside contributors folder - Add your 42 header
- Include a brief introduction about yourself (optional)
- Create a new file named
-
Commit Your Changes
git add YOUR-USERNAME.md git commit -m "feat: add contribution from YOUR-USERNAME" git push origin feature/YOUR-USERNAME
-
Submit a Pull Request
- Go to your fork on GitHub
- Click 'Pull Request'
- Select 'New Pull Request'
- Ensure the base repository is
MarkosComK/Git-gud
- Submit your PR!
- Keep your commits clear and descriptive
- Follow the existing file structure
- Test your changes before submitting
- Be patient while waiting for review
First presentation: 2025-02-12 ✅
Made with contrib.rocks