Git and MettleCI
Git is a distributed version-control system for tracking changes in source code during software development. It is designed for coordinating work among programmers, but it can be used to track changes in any set of files. Its goals include speed, data integrity, and support for distributed, non-linear workflows.
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.
Similarly, GitLab (described here) is another commercial offering built on top of Git.
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
Configuring MettleCI Workbench to communicate with Git over HTTPS
Configuring Authentication between Workbench and Atlassian Bitbucket
See also
© 2015-2024 Data Migrators Pty Ltd.