Tools

Git

A distributed version-control system for tracking and collaborating on source code.

What it is

Git records source history and supports branching, review, and collaborative development.

How I learned it

I learned Git through daily project work and team collaboration.

How I use it

I use focused commits, branches, diffs, and history to manage changes safely.

Concepts I work with

  • Commits
  • Branches
  • Merges
  • Rebasing

What I learned

Small, meaningful commits make both review and recovery easier.

Applied experience

Projects using Git