Version Control
Selected Tool
- Git with GitHub as the remote repository host.
- Repository link: Project Piggyback Learning
Branching Strategy
- main branch: Stable, production-ready code.
- gh-pages branch: Auto-deployed Docusaurus documentation site.
- Feature branches: For new features or task development.
- Pull Request Reviews: Team members review and merge into main.
- Commit Messages: Follow clear conventions like feat or fix.