Welcome to GoGit-5.0, an initiative to help beginners and intermediate developers learn Git & GitHub by doing real tasks.
Issues will contain challenges, which must be completed within 2 days by following the given instructions, rules, and templates.
GoGit is a guided learning repository where contributors complete Git/GitHub tasks to:
- Understand basic & advanced Git commands
- Learn proper contribution etiquette
- Practice real-world workflow (issues → commits → PRs → merge)
- Build confidence before contributing to real OSS
No heavy setup required! 🎉
Just clone the repo and start exploring:
git clone https://github.com/<org>/GoGit-5.0.git
cd GoGit-5.0
and read the CONTRIBUTING.md for all the instructions
GoGit-5.0/
├── .github/ # Important templates for Issues & PRs
├── tasks/ # (Will be added as event progresses)
├── Contributors/ # The Hall of Fame
├── CONTRIBUTING.md # Contribution rules & workflow
└── README.md # You're here :)