Skip to content

What is Gitlab ?

Gitlab overview

  • Gitlab is an open source software development platform
  • Source code management (Git)
  • Continuous integration (CI)
  • Continuous delivery (CD)

→ Gitlab define itself as a DevOps platform

Git VS Gitlab

  • Git is a version control system

  • Gitlab is a source code management system

  • You use Gitlab to host several Git repository end share them with your team

Why use Gitlab ?

  • Gitlab enable collaboration and communication between developers
  • Built-in CI/CD
  • Integration with other tools
  • And more...