Skip to content
Leonardo Gama edited this page Dec 5, 2019 · 1 revision

git is a decentralized version control system (VCS) used to allow collaborative software development and tracking changes in code. It is the tool used by GitHub, but is a completely independent tool ―developed by Linus Torvalds, the creator of the Linux kernel.

To learn the basic concepts and commands, take a look at this nice tutorial: git - the simple guide (em portugês)

How a decentralized VCS works
Scheme of decentralized version control system

References

Cheat sheets

Clone this wiki locally