Datascience team
Git is a distributed version control system (VCS) created by Linus Torvalds in 2005 to manage the Linux kernel. The main objective of git is:
github.com is the most popular web-based git repository hosting service. It adds extra functinality on top of git (e.g. UI, pull requests, project management, etc.). There are other similar git hosting services:
There are many self-hosted web-based git repository solutions:
CASD proposes two types of remote git repository: git-bare and self-hosted gitlab-ce server
A bare repository is a Git repository that does not have a working directory. It only contains the .git directory (i.e., the version control data), and it's typically used: