8000 GitHub - letdummer/Git-gud
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

letdummer/Git-gud

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 

Repository files navigation

Git-gud

Master your Git skills and become a Git pro! This repository helps you practice Git fundamentals through hands-on exercises.

Contributors

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"

Tips for Success

  • Keep your commits clear and descriptive
  • Follow the existing file structure
  • Test your changes before submitting
  • Be patient while waiting for review

How to Contribute

  1. Fork the Repository

    # Click the 'Fork' button at the top right of this page
  2. Clone Your Fork

    git clone https://github.com/YOUR-USERNAME/Git-gud.git
    cd Git-gud
  3. Create Your Branch

    git checkout -b feature/YOUR-USERNAME
  4. 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)
  5. Commit Your Changes

    git add YOUR-USERNAME.md
    git commit -m "feat: add contribution from YOUR-USERNAME"
    git push origin feature/YOUR-USERNAME
  6. 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!

Tips for Success

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%
0