staticadventures/content/_common/skills/git.md

6 lines
339 B
Markdown

+++
draft = false
+++
git is a [distributed version control system](https://en.wikipedia.org/wiki/Distributed_version_control) (DVCS), which allows several people to cooperate on the same project on their own machine, while synchronizing through a forge (such as Gitea/Github) where only "maintainers" decide what changes to incorporate.