Source Code Management Software for BSD

Git Git

Git is a free and open source distributed version-control system for tracking changes in source code during software development. The tool is created by Linus Torvalds, the creator of Linux, and is used by virtually every software project today. With Git, developer can track changes in any sets of files in a project and coordinate the team to develop in a non-linear workflow to achieve maximum efficiency.

Github Github

GitHub is a platform that provides hosting for software development version control for open source and closed source projects. The platform utilize the revision control system Git, and build services around this open-source technology. With GitHub developers and teams can collaborate on software projects and build, host, and promote source code of their own open-source projects. GitHub itself is closed-source and was acquired by Microsoft in 2018 for US$7.5 billion.

Gitea Gitea

Gitea is a free and open-source software package for hosting software development version control using Git The software is written in Go and is a community managed fork of Gogs, released under the MIT license. With Gitea you can host your very own software project collaboration platform that can handle bug tracking, wikis, code review and team communication.