G
Install via:brewgo
License:GPL-2.0
Open sourceGit
About
The distributed version control system that powers modern software development. Track changes, branch and merge with speed, and collaborate through GitHub and GitLab.
Pricing
Free
Git is a distributed version control system created by Linus Torvalds. Every clone is a full repository with complete history, enabling offline work, cheap branching and flexible workflows.
Key Features
- Snapshot-based history with full local integrity.
- Branching and merging that is fast and local.
- Staging area for composing commits.
- Remote collaboration via push/pull.
- Interactive rebase and bisect.
- Hooks for automation.
Pricing
Git is free and open source under the GPL-2.0 license.
Getting Started
brew install git
git config --global user.name "Your Name"
git config --global user.email [email protected]
git init my-project
Follow the Pro Git book at git-scm.com/book.