git

Git - Overview

Git is a free, open-source distributed version control system (VCS) designed to manage code changes efficiently. It allows multiple developers to collaborate on a project, track revisions, and maintain a history of changes over time.

Getting started

Staging & commits

Undoing changes

Inspecting changes

Branching & Merging

Collaborating