GIT in Detail
GIT is a distributed, free and open-source version control system, designed to handle everything from small to very large projects with speed and efficiency. It does not depend on a central repository; multiple users can install GIT and communicate with each other without going through a central server. The thing is that would be unmanageable, so “central (remote) servers or repositories” are very useful and necessary, the most famous being GitHub, GitLab and Gitea. …