Travis CI

Travis CI

Travis CI is an open-source hosted distributed continuous integration service used to build and test projects hosted at GitHub. Travis CI also offers a self-hosted version called Travis CI Enterprise, available to organizations using GitHub Enterprise.

Mercurial

mercurial

Mercurial is a cross-platform distributed revision control tool for software developers.

Kallithea

Kallithea is a cross-platform free software source code management system that supports version control through Mercurial and Git. Features include collaboration tools, such as forking, pull requests, code review, and issue tracking.

Perforce

perforce

Perforce is an enterprise version-control tool used to manage source files and other documents, such as multiple revisions of a manual, web pages, or operating system administration files.

Gerrit

Gerrit

Gerrit is a free, web-based team code collaboration tool that uses Git. This tool is part of Google’s suite of open-source tools. Software developers in a team can review each other’s modifications to their source code using a Web browser and approve or reject those changes. Gerrit simplifies project maintenance by permitting any authorized user …

Bitbucket

bitbucket

Bitbucket is a Git-based source code repository hosting service owned by Atlassian. It gives development teams a central place to manage git repositories, collaborate on source code, and guide stakeholders through the development flow. Bitbucket is written in Python and uses the Django web framework. Bitbucket was launched in 2008, in Australia, and was originally … Read more

Gitlab

Gitlab

GitLab is a repository hosting manager tool that is developed by GitLab Inc and is used for the software development process. It provides a variety of management by which we can streamline our collaborative workflow for completing the software development lifecycle. It also allows us to import the repository from Google Code, Bitbucket, etc.

GitHub

github

GitHub is a code hosting platform for version control and collaboration. This platform allows developers to work…