Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 345 Bytes

source_control.md

File metadata and controls

3 lines (2 loc) · 345 Bytes

Source Control: Git

git is a distributed versioning system for source code. It allows programmers to collaborate on the same codebase without stepping on each other's toes. It has become the de-facto source control system for open source development because of its decentralized model and cheap branching features.