Software
Git
About
Git tracks changes you make to files, so you have a record of what has been done, and you can revert to specific versions should you need to.
Key Features
- Branching & Merging
- Distributed Development
- Non-linear Development
Pros
- Free
- Widely used
- Excellent version control
Cons
- Steep learning curve
- Can be complex for beginners