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

  1. fork
  2. clone
  3. branch for feature
  4. commit
  5. push to fork
  6. pull request
  7. respond to code review
  8. maintainer merges
  9. sync your fork with upstream