Jump to content

Git

From Rivendell Wiki

Git is a distributed version control system used to track changes in source code during software development. It enables multiple developers to work on the same project at the same time, manage different versions of files, and collaborate efficiently by maintaining a complete history of changes. Git is designed to be fast, reliable, and usable both locally and with remote repositories such as GitHub or GitLab.