uni
GitHub is a web-based hosting service for git repositories that adds collaboration features:
- repository hosting
- pull requests for code review
- issue tracking
- project management
- actions for CI/CD
- wikis and documentation
- social coding features
GitHub workflow
- fork
- clone
- branch for feature
- commit
- push to fork
- pull request
- respond to code review
- maintainer merges
- sync your fork with upstream