Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Git ≠ GitHub

We often see the terms Git and GitHub being used interchangeably, and it’s important to understand that Git and GitHub are very different things.

Git is a version control system that lets you manage and keep track of your source code history.

GitHub is a commercial hosting service owned by Microsoft that provides a Git repositories as a SaaS solution. Microsoft also provide GitHub Enterprise which is a service equivalent to the SaaS offering which is installed on-premises in a customer’s data center. See our page on GitHub integration.

See this page for a description of the differences between Git and GitHub.

Ways MettleCI can integrate with Git

  • Commit to Git repositories

  • Source Compliance Rules from Git repositories

...

Relevant Pages