Git

BrandonDusch580 total contributions
Contribute to Docs
Git is a distributed version control system that allows a developer to track changes made to files in their projects. Teams of developers can use Git to collaborate on a single project at scale. This is made possible by branching, which allows developers to make specific changes to eventually be merged into the main
branch of the codebase (or Git repository).
Created as a free and open-source tool by Linus Torvalds in 2005 for development of the Linux kernel, Git is now a fundamental development tool used by almost all professional developers.
Installation instructions (for systems like Windows, macOS, and Linux) can be found here.
Git Concepts
Git contributors
- BrandonDusch9 contributions
- short_matthew_f6 contributions
- Victoria-DR5 contributions
- YanisaHS4 contributions
- Pandz183 contributions
- tefyfernandez2 contributions
- Edwarddl971 contribution
- Christine_Yang1 contribution
- Prince251 contribution
- RaffyRod1 contribution
- garanews1 contribution
- vide_onirique1 contribution
Looking to contribute?
- Learn more about how to get involved.
- Submit feedback to let us know how we can improve Docs.